A Sublime Text plugin that enforces EditorConfig rules to maintain consistent coding styles across different editors.
EditorConfig for Sublime Text is a plugin that brings EditorConfig support to Sublime Text, enabling developers to maintain consistent coding styles—such as indentation, line endings, and charset—across different editors and IDEs. It reads `.editorconfig` files and applies the defined rules automatically, reducing style inconsistencies in collaborative projects.
Developers and teams using Sublime Text who work in multi-editor environments and need to enforce uniform coding standards across their codebase.
It provides a lightweight, spec-compliant way to integrate EditorConfig into Sublime Text without extra configuration, ensuring coding style consistency and reducing manual formatting efforts.
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Adheres strictly to the EditorConfig specification, supporting core properties like indent_style and end_of_line for reliable enforcement, as detailed in the README.
Includes an editorconfig snippet for tab-completion and easy property value insertion, speeding up .editorconfig file creation within Sublime Text.
Displays currently active EditorConfig settings in the Sublime console, allowing developers to easily troubleshoot rule application.
Provides recommendations on configuring Sublime's built-in whitespace settings, such as trim_trailing_white_space_on_save, to complement EditorConfig rules and enhance consistency.
Intentionally omits the tab_width property, limiting full EditorConfig compliance for teams that rely on precise tab handling.
Only functions within Sublime Text, making it unsuitable for environments using multiple or different editors without this plugin.
The editorconfig snippet may conflict with other snippets, requiring manual workarounds like using Goto Anywhere, as mentioned in the tips section.