Closed maurobringolf closed 5 months ago
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.