summaryrefslogtreecommitdiff
path: root/ftplugin/python.vim
blob: 89b7508beb27972b3e1fa50ad5656f4686a855e3 (plain)
1
2
3
4
5
6
7
8
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab
setlocal formatoptions=croql
setlocal formatprg=yapf