commented out tab enforcement

This commit is contained in:
pyr0ball 2023-05-08 15:11:35 -07:00
parent dd6e58a43e
commit cf2af69032

View file

@ -12,8 +12,8 @@ set mouse-=a
filetype plugin indent on
" show existing tab with 2 spaces width
set tabstop=2
" " when indenting with '>', use 2 spaces width
set shiftwidth=2
" " On pressing tab, insert 2 spaces
set expandtab
" set tabstop=2
" " " when indenting with '>', use 2 spaces width
" set shiftwidth=2
" " " On pressing tab, insert 2 spaces
" set expandtab