summaryrefslogtreecommitdiff
path: root/ftplugin/python.vim
blob: 713a50c1085c2bc79c35f76341e5d65a42889844 (plain)
1
2
3
4
5
6
" Python specific settings.
setlocal tabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab