added editorconfig

This commit is contained in:
Steffen Vogel 2015-07-29 12:33:01 +02:00
parent db5ff0c7bf
commit 3b299409e9
3 changed files with 16 additions and 0 deletions

View file

@ -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
View 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

View file

@ -0,0 +1 @@
../../../../vim-editorconfig/