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