use tabs not spaces for python, move python.vmi to after/
This commit is contained in:
parent
8405768563
commit
57eb3389d4
|
@ -1,6 +1,11 @@
|
|||
set softtabstop=8
|
||||
set tabstop=4
|
||||
set softtabstop=0
|
||||
set shiftwidth=4
|
||||
set noexpandtab
|
||||
|
||||
" set softtabstop=8
|
||||
" set tabstop=4
|
||||
" set shiftwidth=4
|
||||
|
||||
set textwidth=88
|
||||
|
Loading…
Reference in New Issue