Open samtrion opened 5 months ago
CSharpier currently removes all blank lines between usings. See here
I agree that it would be nice to either automatically insert some lines, or retain existing lines. It may be that automatically inserting lines is quite a bit easier than retaining existing lines.
Inserting is certainly the simpler option. But basically, this would be something that you would also want to control via the .csharpierrc
configuration.
this would be something that you would also want to control via the
.csharpierrc
configuration.
No.
CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the Option Philosophy of prettier.
Input:
Output:
Expected behavior: