mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:29:06 -08:00
give up on tabs for C code
This commit is contained in:
parent
ace562d90c
commit
4bd922211b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue