tree: add vimrc and editorconfig

Imported from ostree.

Closes: #1029
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-10-02 14:27:19 +00:00 committed by Atomic Bot
parent acbbda8214
commit 70caa3b2da
2 changed files with 17 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*.[ch]]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
indent_brace_style = gnu

12
.vimrc Normal file
View File

@ -0,0 +1,12 @@
set expandtab
set tabstop=8
set softtabstop=2
set shiftwidth=2
" Let's try to not go longer than 92
set textwidth=92
autocmd BufNewFile,BufRead *.c,*.h set textwidth=92
" This is the same as the default minus 0{, which is really annoying otherwise
" with our coding style.
set cinkeys=0},0),:,0#,!^F,o,O,e