Newer versions of Visual Studio Support EditorConfig within the IDE which is useful, however it would be best if I could run it from the command line (and therefore in automation).
Is there any stand alone tool that supports all of the EditorConfig Settings as the Visual Studio IDE does? Microsoft Docs: .NET coding convention settings for EditorConfig
Here's what I have found so far:
- ReSharper CleanupCode Command-Line Tool - It is unclear if this supports editorconfig, there is some mention in the resharper documentation but it is unclear if this is supported by the stand alone tool.
- dotnet/codeformatter - This for sure does not support editorconfig and according to this issue the project is dead
Baring a stand alone tool is there any way to force Visual Studio into running the code cleanup "headless"? That might be my only solution.