Description
Checks whether files follow the formatting rules defined in an .editorconfig file. It helps teams enforce indentation, line endings, final newlines, and other basic style settings in CI or local checks.
Use it in development workflows where consistent formatting matters. It reports mismatches and may fail builds, so keep project .editorconfig rules clear and intentional.