actual spaces to tabs

This commit is contained in:
Daniel Flanagan 2016-06-12 23:58:16 -05:00
parent 1a2d855d3b
commit d03a68db3a

View file

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