vim/after/ftdetect/python.vim
2016-03-12 20:35:11 +00:00

3 lines
90 B
VimL

" Python convention is to use 4 space tabs.
setlocal tabstop=4 shiftwidth=4 softtabstop=4