vim/after/ftdetect/python.vim

3 lines
90 B
VimL

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