csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

editorconfig dotnet_sort_system_directives_first = false ignored

Open andrewdavey opened this issue 1 year ago • 0 comments

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?

andrewdavey avatar Feb 13 '24 10:02 andrewdavey