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

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -