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
Why does CSharpier remove multiple blank lines in some cases but not others?
In the example below, without the comment, the number of blank lines is reduced to one, but with the comment, I can have as many blank lines as I want. Is this a bug?
If I am understanding #40 correctly, these blank lines should be collapsed into one line.
It wasn't super clear to me if this was part of #66 or #67.
It was mentioned that the intention is to follow the same rules for empty lines as prettier and prettier will reduce the number of lines after a comment to 1.
Why does CSharpier remove multiple blank lines in some cases but not others?
In the example below, without the comment, the number of blank lines is reduced to one, but with the comment, I can have as many blank lines as I want. Is this a bug?
If I am understanding #40 correctly, these blank lines should be collapsed into one line.
It wasn't super clear to me if this was part of #66 or #67.
Input:
Output:
Expected behavior:
The text was updated successfully, but these errors were encountered: