dot-files/dot_config/vim/ftplugin/python.vim

5 lines
83 B
VimL

setlocal expandtab
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal tabstop=4