You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
The autoformatting causes the code not to comply with SA1515.
According to the docs this rule is not in conflict with the CSharpier format.
I expect the output to build without formatting warnings when configured as described.
As far as I can tell this can be resolved in two ways:
Keep whitespace before comments in all cases (if that's possible).
Add SA1515 to the to-be-disabled rules
I would favor the second option.
The text was updated successfully, but these errors were encountered:
There is already logic for forcing a new line before the first attribute and removing blank lines between attributes. After looking into it - getting all of that to play nice with keeping/adding new lines before comments between attributes won't be straightforward. I'm good with adding SA1515 to the to-be-disabled list.
Input:
Output:
Expected behavior:
The autoformatting causes the code not to comply with SA1515.
According to the docs this rule is not in conflict with the CSharpier format.
I expect the output to build without formatting warnings when configured as described.
As far as I can tell this can be resolved in two ways:
I would favor the second option.
The text was updated successfully, but these errors were encountered: