Fix tabs being used for spaces in some source code files
This commit is contained in:
parent
419b078104
commit
22ed014123
@ -7,7 +7,8 @@ set wildignore+=tags
|
|||||||
set expandtab
|
set expandtab
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
set softtabstop=0
|
||||||
|
set smarttab
|
||||||
python <<endpython
|
python <<endpython
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('.'))
|
sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user