The EditorConfig plugin for Vim allows Vim to respect and apply coding style preferences defined in .editorconfig files. It handles properties like indentation, line endings, and character sets, helping maintain consistent code styles across different editors and IDEs. You can disable this plugin for a specific buffer by setting b: EditorConfig_disable. Therefore, you can disable the plugin for all buffers of a specific filetype. In very rare cases, you might need to override some project-specific EditorConfig rules in global or local vimrc in some cases, e.g., to resolve conflicts of trailing whitespace trimming and buffer autosaving. Works recursively up parent directories, like a shared modeline
Features
- Reads and applies .editorconfig properties
- Supports insert_final_newline with Vim 7.4.785+ or appropriate settings
- Works recursively up parent directories, like a shared modeline
- Maintains consistency with version control systems
- Easy integration with Vim via plugin manager
- Low overhead; automatically applies editorconfig on file open
Categories
File ManagersLicense
MIT LicenseFollow editorconfig‑vim
Other Useful Business Software
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of editorconfig‑vim!