Explicitly set expandtab
This commit is contained in:
parent
dfd8a69cf2
commit
b6be6ee1e7
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ let g:syntastic_python_flake8_exec = 'flake8'
|
|||
let g:ycm_python_binary_path = 'python3'
|
||||
set wildignore+==template.py
|
||||
set wildignore+=tags
|
||||
set expandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
python <<endpython
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue