rc/vim/after/ftplugin/python.vim

7 lines
128 B
VimL

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal fileformat=unix