Merge pull request #699 from lfilho/editorconfig

Add: Vim plugin: editorconfig
This commit is contained in:
Yan Pritzker 2016-04-28 12:50:05 -05:00
commit 87e0b47f58
2 changed files with 12 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8

View File

@ -27,3 +27,5 @@ Bundle "vim-scripts/AutoTag.git"
Bundle "vim-scripts/lastpos.vim"
Bundle "vim-scripts/sudo.vim"
Bundle "goldfeld/ctrlr.vim"
Bundle "editorconfig/editorconfig-vim"