EditorConfig Sublime is a Sublime Text plugin that applies EditorConfig coding-style rules to files opened in the editor. It helps teams maintain consistent formatting conventions even when developers use different editors or operating systems. Supported settings include indentation style and size, line endings, character encoding, trailing-whitespace removal, and final-newline insertion. The plugin reads these preferences from standard .editorconfig files associated with a project. It can be installed through Sublime Text's Package Control system and includes syntax support for EditorConfig files. A bundled snippet helps users create configuration files without memorizing every property. Developers can also inspect the currently active configuration through the Sublime console.
Features
- EditorConfig rule support in Sublime Text
- Indentation style and size configuration
- Line-ending and character-encoding control
- Trailing-whitespace and final-newline handling
- EditorConfig syntax and configuration snippet support
- Active configuration inspection through the console