Explicitly set expandtab

This commit is contained in:
Kovid Goyal 2017-11-20 12:56:10 +05:30
parent dfd8a69cf2
commit b6be6ee1e7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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