Add: vim plugin: editor config
This commit is contained in:
parent
cc4b8043f0
commit
6bab75c8c9
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user