XSharpPublic
XSharpPublic copied to clipboard
formatter indents attributes incorrectly
In the following example the attribute is intended automatically wrong
class Test
[Obsolete];
public method TestMethod1() as void
return
[Obsolete];
public method TestMethod1() as void
return
end class
I expect the obsolete attribute always aligned to the method