Vimrc: c++

This commit is contained in:
Théophile Bastian 2017-03-16 15:58:47 +01:00
parent 69739bb1cd
commit 146b204efb
1 changed files with 2 additions and 2 deletions

View File

@ -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