Use tabs then spaces

This commit is contained in:
Mathieu Maret 2011-10-20 14:52:04 +02:00
parent be6b68af9c
commit fe0a585043
1 changed files with 4 additions and 4 deletions

8
.vimrc
View File

@ -104,8 +104,7 @@ set tabstop=4
set softtabstop=4 set softtabstop=4
set shiftwidth=4 set shiftwidth=4
" real tabs " real tabs
set noexpandtab " set noexpandtab
set smarttab
if has("autocmd") if has("autocmd")
" python " python
@ -398,8 +397,9 @@ let OmniCpp_MayCompleteArrow = 1 " autocomplete after ->
let OmniCpp_MayCompleteScope = 1 " autocomplete after :: let OmniCpp_MayCompleteScope = 1 " autocomplete after ::
set path=.,..,/usr/local/include,/usr/include set path=.,..,/usr/local/include,/usr/include
" Will search from current dir to home
set tags=./tags " in file directory set tags+=./tags;$HOME
set tags+=./tags " in file directory
set tags+=tags " in current directory set tags+=tags " in current directory
"for when programming in build dir "for when programming in build dir
set tags+=../tags set tags+=../tags