Fix tabs being used for spaces in some source code files

This commit is contained in:
Kovid Goyal 2019-02-03 19:59:02 +05:30
parent 419b078104
commit 22ed014123
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 11 additions and 10 deletions

View File

@ -7,7 +7,8 @@ set wildignore+=tags
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=0
set smarttab
python <<endpython
import sys
sys.path.insert(0, os.path.abspath('.'))