1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

give up on tabs for C code

This commit is contained in:
Connor Olding 2016-06-27 04:32:34 -07:00
parent ace562d90c
commit 4bd922211b

View File

@ -165,7 +165,7 @@ set tabstop=8 shiftwidth=4 expandtab softtabstop=4
if has('autocmd')
augroup tabs
au!
au BufRead,BufNewFile *.c,*.h,*.cpp,*.hpp,*.cc,*.hh call TabEight()
" au BufRead,BufNewFile *.c,*.h,*.cpp,*.hpp,*.cc,*.hh call TabEight()
au BufRead,BufNewFile PKGBUILD call TabTwo()
au FileType ruby call TabTwo()
au BufRead,BufNewFile *.bt,*.1sc call TabFour()