commented out tab enforcement
This commit is contained in:
parent
dd6e58a43e
commit
cf2af69032
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue