Use tabs then spaces
This commit is contained in:
parent
be6b68af9c
commit
fe0a585043
8
.vimrc
8
.vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user