Default in code the tabs
This commit is contained in:
parent
3051133257
commit
8684f64544
@ -18,7 +18,9 @@ let g:python_host_prog = ''
|
||||
set autoindent
|
||||
set noexpandtab
|
||||
set softtabstop=4
|
||||
set tabstop=4 shiftwidth=2 expandtab
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set nocompatible
|
||||
set noshowmode
|
||||
set noerrorbells
|
||||
|
Loading…
Reference in New Issue
Block a user