added editorconfig
This commit is contained in:
parent
db5ff0c7bf
commit
3b299409e9
3 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,7 @@ git clone https://github.com/honza/vim-snippets
|
|||
git clone https://github.com/scrooloose/syntastic vim-syntastic
|
||||
git clone https://github.com/powerline/fonts vim-powerline-fonts
|
||||
git clone https://github.com/trapd00r/LS_COLORS.git dircolors
|
||||
git clone https://github.com/editorconfig/editorconfig-vim vim-editorconfig
|
||||
|
||||
# Private
|
||||
git clone stv0g@lian.0l.de:/var/git/private/pass.git
|
||||
|
|
14
home/.editorconfig
Normal file
14
home/.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
tab_width = 8
|
1
home/.vim/bundle/editorconfig
Symbolic link
1
home/.vim/bundle/editorconfig
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../vim-editorconfig/
|
Loading…
Add table
Reference in a new issue