dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet format equivalent editorconfig rule for using import and space, tab

erdembayar opened this issue · comments

Please forgive me if it's off topic for you.
I found some formatting errors with dotnet format tool in our repo. But we want to enforce rules with editorconfig and stylecop instead of dotnet format.
Do you happen to know which editorconfig rules detect them? Bad spacing in middle or end of line, also disordered using.

  1. Bad spacing in middle
    image

  2. Extra space at end
    image

  3. Need to alphabetic ordering.
    image

Please let me know.