dotar/vim/settings/python.vim

4 lines
121 B
VimL
Raw Normal View History

autocmd FileType python set shiftwidth=2
autocmd FileType python set tabstop=2
autocmd FileType python set softtabstop=2