Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
is it possible to NOT force a line break after an attribute
Permanently deleted user
Created
I don't see this as an option, although code is being reformatted this way. I'm looking to be able to leave attributes and their declaration on the same line, as in :
public void CanFormatAttributeOnSameLineAsDeclaration { ...
ReSharper->Options->c#->Formatting Style ->Line Break and
Wrapping->Other->Place method attribute on same line
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Eric_Fingerhut" <efingerhut@cox.net> wrote in message
news:31915703.25981211831555942.JavaMail.jive@app4.labs.intellij.net...
>I don't see this as an option, although code is being reformatted this way.
>I'm looking to be able to leave attributes and their declaration on the
>same line, as in :
>
>