use tabs not spaces for python, move python.vmi to after/

This commit is contained in:
Ray Elliott 2020-02-26 12:10:39 +00:00
parent 8405768563
commit 57eb3389d4
1 changed files with 6 additions and 1 deletions

View File

@ -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