expand tab on c files
This commit is contained in:
parent
8fbc7fb023
commit
0906664b54
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -31,9 +31,9 @@ highlight lineNr ctermfg=grey cterm=italic
|
|||
" test out some other things
|
||||
|
||||
autocmd BufRead,BufNewFile ~/tmp/post setlocal spell spelllang=en_us wrap
|
||||
autocmd FileType h setlocal noet ts=4 sw=4
|
||||
autocmd FileType c setlocal noet ts=4 sw=4
|
||||
autocmd FileType cpp setlocal noet ts=4 sw=4
|
||||
autocmd FileType h setlocal et ts=4 sw=4
|
||||
autocmd FileType c setlocal et ts=4 sw=4
|
||||
autocmd FileType cpp setlocal et ts=4 sw=4
|
||||
autocmd FileType go setlocal noet ts=4 sw=4
|
||||
autocmd FileType mail setlocal noautoindent spell spelllang=en_us
|
||||
autocmd FileType python setlocal et ts=4 sw=4
|
||||
|
|
Loading…
Reference in a new issue