[vim]Comment for tab 8

This commit is contained in:
Mathieu Maret 2014-03-24 19:27:29 +01:00
parent 5acf82c092
commit 5483f806ad
1 changed files with 5 additions and 1 deletions

6
.vimrc
View File

@ -105,7 +105,11 @@ highlight SpaceError ctermfg=235 cterm=reverse
set smarttab
set smartindent
set autoindent
" tab=4
"" tab=4
"set tabstop=4
"set softtabstop=4
"set shiftwidth=4
" tab=8
set tabstop=8
set softtabstop=8
set shiftwidth=8