[vim]Comment for tab 8
This commit is contained in:
parent
5acf82c092
commit
5483f806ad
6
.vimrc
6
.vimrc
@ -105,7 +105,11 @@ highlight SpaceError ctermfg=235 cterm=reverse
|
|||||||
set smarttab
|
set smarttab
|
||||||
set smartindent
|
set smartindent
|
||||||
set autoindent
|
set autoindent
|
||||||
" tab=4
|
"" tab=4
|
||||||
|
"set tabstop=4
|
||||||
|
"set softtabstop=4
|
||||||
|
"set shiftwidth=4
|
||||||
|
" tab=8
|
||||||
set tabstop=8
|
set tabstop=8
|
||||||
set softtabstop=8
|
set softtabstop=8
|
||||||
set shiftwidth=8
|
set shiftwidth=8
|
||||||
|
Loading…
Reference in New Issue
Block a user