Remove soft tabs from vimrc
I'm no longer purely a Python dev, this is getting in the way now. I need to learn to trust vim's language plugins to do the right thing.
This commit is contained in:
parent
955936f8c1
commit
b9c8239def
1 changed files with 0 additions and 2 deletions
2
.vimrc
2
.vimrc
|
@ -76,8 +76,6 @@ set smartindent
|
||||||
set nowrap
|
set nowrap
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set softtabstop=4
|
|
||||||
set expandtab
|
|
||||||
set list listchars=tab:\ \ ,trail:.
|
set list listchars=tab:\ \ ,trail:.
|
||||||
|
|
||||||
" Command completion
|
" Command completion
|
||||||
|
|
Loading…
Add table
Reference in a new issue