summary refs log tree commit diff
path: root/vim/indent/python.vim
blob: 94a46f25bea39f98f221685f9496da22490950c3 (plain) (blame)
1
2
3
4
au FileType python set expandtab
au FileType python set shiftwidth=2
au FileType python set softtabstop=2
au FileType python set tabstop=2