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
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of editorconfig‑vim!