codeformatter
codeformatter copied to clipboard
Using the /nocopyright switch produces 2 blank lines on the top of every file
Using the /nocopyright switch produces 2 blank lines at the very top of every code file. I'd expect that it would not do this.
Found out that the 2 blank lines is added not via CopyrightHeadersRule but NewLineAboveRule
This is a frustrating bug.
@hickford this should be fixed in the latest sources (I used /nocopyright on a number of projects). Are you still seeing this with the latest sources or a particular release?
Hi Jared, thanks for your reply. I used the latest release but it dates from March https://github.com/dotnet/codeformatter/releases/tag/v1.0.0-alpha5
120 commits to master since this release
How do I install from master?
@hickford I don't believe we have a newer release. I think we're going to have a new one shortly thougoh given all the bug fixes we made recently.