Add: vim plugin: editor config

This commit is contained in:
Luiz Gonzaga dos Santos Filho 2016-03-28 23:36:31 +02:00
parent cc4b8043f0
commit 6bab75c8c9
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/lastpos.vim"
Bundle "vim-scripts/sudo.vim" Bundle "vim-scripts/sudo.vim"
Bundle "goldfeld/ctrlr.vim" Bundle "goldfeld/ctrlr.vim"
Bundle "editorconfig/editorconfig-vim"