csharpier
csharpier copied to clipboard
editorconfig dotnet_sort_system_directives_first = false ignored
I've upgraded the dotnet-csharpier tool from 0.23.0 to 0.27.2. It now wants to change the sort order of all my using directives.
My .editorconfig has:
dotnet_sort_system_directives_first = false
But it seems this is ignored by csharpier.
Is there anyway to avoid needing to reformat every file in my repository?