erduce tab size to 4
This commit is contained in:
parent
09adc47258
commit
fc1a86c723
|
@ -1 +1,4 @@
|
||||||
set iskeyword+=$
|
set iskeyword+=$
|
||||||
|
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
|
4
init.vim
4
init.vim
|
@ -241,9 +241,9 @@ set diffopt+=vertical
|
||||||
|
|
||||||
set rnu nu
|
set rnu nu
|
||||||
|
|
||||||
set tabstop=8
|
set tabstop=4
|
||||||
set softtabstop=-1
|
set softtabstop=-1
|
||||||
set shiftwidth=8
|
set shiftwidth=4
|
||||||
set shiftround
|
set shiftround
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
|
@ -80,3 +80,5 @@ Storefront
|
||||||
online
|
online
|
||||||
blog
|
blog
|
||||||
currently
|
currently
|
||||||
|
stylesheet
|
||||||
|
popups
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue