rpm-ostree/.vimrc
Jonathan Lebon 70caa3b2da tree: add vimrc and editorconfig
Imported from ostree.

Closes: #1029
Approved by: cgwalters
2017-10-02 14:36:44 +00:00

13 lines
308 B
VimL

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