actual spaces to tabs
This commit is contained in:
parent
1a2d855d3b
commit
d03a68db3a
|
@ -97,7 +97,7 @@ autocmd BufNewFile,BufReadPost *.md setl filetype=markdown spell textwidth=0 wra
|
||||||
autocmd BufNewFile,BufReadPost *.txt setl spell textwidth=0 wrapmargin=0
|
autocmd BufNewFile,BufReadPost *.txt setl spell textwidth=0 wrapmargin=0
|
||||||
|
|
||||||
" whitespace
|
" whitespace
|
||||||
set tabstop=8
|
set tabstop=2
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
|
|
Reference in a new issue