The EditorConfig VimScript Core provides the same functionality as the EditorConfig C Core.
Note: This is just a core --- it does not integrate with your Vim workflow yet. That is coming soon!
- From the command line:
./editorconfig [opts] <filename>
- From Vim: clone or unzip into
~/.vim/bundle/editorconfig-core-vimscript
and use Pathogen, or otherwise install using your favorite git repo tool.
The command line program requires a bash shell. However, it is only used to run tests. A bash shell is not required to use this core in Vim.
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. For information on the file format and supported text editors, see the EditorConfig website.
See LICENSE.BSD file for licensing details.