editorconfig

Maintain consistent coding styles across multiple editors and IDEs

brewmacoslinux
Try with needOr install directly
Source

About

Maintain consistent coding style between multiple editors

Commands

editorconfig

Examples

Check if a file matches EditorConfig rules$ editorconfig path/to/file.js
Generate EditorConfig configuration for a project$ editorconfig -i .editorconfig
Validate EditorConfig rules for multiple files$ editorconfig src/*.js