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
Running CSharpier (v0.30.3) on the file (with the --no-cache flag) will add a newline between the namespace and the comment block every time the file is formatted.
Also, running CSharpier with the --check flag will mark the file as having a formatting issue.
Output:
A newline is added to the file every time it is formatted.
Expected behavior:
The file remains formatted the same way, even when running CSharpier multiple times.
The text was updated successfully, but these errors were encountered:
I remember taking a look at this awhile back after running into it somehow and thinking "this won't ever come up in the real world" when I couldn't find an obvious fix. I'll take another look at it
Input:
Given the following, already correctly formatted, C# file:
Running CSharpier (v0.30.3) on the file (with the
--no-cache
flag) will add a newline between thenamespace
and the comment block every time the file is formatted.Also, running CSharpier with the
--check
flag will mark the file as having a formatting issue.Output:
Expected behavior:
The text was updated successfully, but these errors were encountered: