sponsor Vim development Vim logo Vim Book Ad

editorconfig-vim : EditorConfig Plugin for Vim -- helps define and maintain consistent coding style

 script karma  Rating 90/36, Downloaded by 5429  Comments, bugs, improvements  Vim wiki

created by
EditorConfig Team EditorConfig Team
 
script type
utility
 
description
Many details could be found on the github page: https://github.com/editorconfig/editorconfig-vim

EditorConfig helps developers define and maintain consistent coding styles for their projects for different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems.

This plugin is the EditorConfig plugin for vim.


Please submit any bug you found to the issue tracker: https://github.com/editorconfig/editorconfig/issues, and tag it "plugin - vim", or send an email to the mailing list: editorconfig@googlegroups.com
 
install details
If your Vim is compiled with +python feature (this is usually true on most Linux distributions), the most simple way to install this plugin is to download the archive and extract it into your Vim runtime directory (~/.vim on UNIX/Linux and $VIM_INSTALLATION_FOLDER\vimfiles on windows).

If your Vim is not compiled with +python feature, please first download the EditorConfig core and follow the instructions in the README and INSTALL files to install it. Once the EditorConfig core is installed, download the archive and extract it into your Vim runtime directory (~/.vim on UNIX/Linux and $VIM_INSTALLATION_FOLDER\vimfiles on windows).

add "filetype plugin on" to your vimrc if you haven't done it.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
editorconfig-vim-0.3.3.zip 0.3.3 2015-12-19 7.0 EditorConfig Team EditorConfig Team Various bug fixes
editorconfig-vim-0.3.2.zip 0.3.2 2013-07-02 7.0 EditorConfig Team EditorConfig Team Support max_line_length property (See https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties);
A lot of bug fixes
editorconfig-vim-0.3.1.zip 0.3.1 2013-03-11 7.0 EditorConfig Team EditorConfig Team Update EditorConfig Python Core, which now supports new glob matching:

{s1,s2,s3} matches any of the strings given (separated by commas)
editorconfig-vim-0.3.0.zip 0.3.0 2012-09-15 7.0 EditorConfig Team EditorConfig Team Support new "charset", "trim_trailing_whitespace", and "insert_final_newline" properties.

See http://editorconfig.org/#file-format-details
editorconfig-vim-0.2.4.zip 0.2.4 2012-06-24 7.0 EditorConfig Team EditorConfig Team Bug fixes for quickfix Window error output;
Update the Python Core files to support .editorconfig files with BOM.
editorconfig-vim-0.2.3.zip 0.2.3 2012-05-28 7.0 EditorConfig Team EditorConfig Team Bug fixes.
editorconfig-vim-0.2.2.zip 0.2.2 2012-05-14 7.0 EditorConfig Team EditorConfig Team Include the Python version EditorConfig Core to much simplify the installation procedure;
various bug fixes.
editorconfig-vim-0.2.0.zip 0.2.0 2012-03-28 7.0 EditorConfig Team EditorConfig Team Support EditorConfig v0.9 standards.

See http://editorconfig.org for more information.
editorconfig-vim-0.1.0.zip 0.1.0 2012-02-14 7.0 EditorConfig Team EditorConfig Team Initial upload
ip used for rating: 18.223.21.5

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github