]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .vim/ftplugin/python.vim
.vim: vim-powerline
[dotfiles.git] / .vim / ftplugin / python.vim
1 setlocal tabstop=4 " 4 char tab-stops
2 setlocal softtabstop=4
3 setlocal shiftwidth=4
4 setlocal smarttab " respect tab-stop columns
5 setlocal expandtab " expand tabs to spaces
6 setlocal cindent " do correct indenting