EditorConfig: How to autofix all files in a project [closed]
There is eclint (and a fork called editorconfig-tools). Run eclint check ‘src/**/*’ to check all files in the src directory, or eclint fix ‘src/**/*’ to fix them. But please note that the tool can produce some surprises when it comes to indentation! The author of the tool says in a GitHub comment that he has … Read more