Resharper method call "At end of line" formatting style -


resharper has lot of formatting settings, didn't manage find method call parentheses layout options.

the goal preserve kind of formatting:

callfoomethod(     parameter1,     parameter2,     parameter3 ); 

but after putting semicolon or calling cleanup i'm getting this:

callfoomethod(     parameter1,     parameter2,     parameter3     ); 

does know way solve this? maybe there way intervene in formatting process resharper's api extensions?


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -