Vimrc: c++
This commit is contained in:
parent
69739bb1cd
commit
146b204efb
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ set background=dark
|
|||
set number
|
||||
set relativenumber
|
||||
set tabstop=4
|
||||
" set softtabstop=4
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set noexpandtab
|
||||
set expandtab
|
||||
set smartindent
|
||||
set incsearch
|
||||
set ttimeoutlen=100
|
||||
|
|
Loading…
Reference in a new issue