dotar/vim/settings/python.vim
2018-07-23 06:58:35 +08:00

5 lines
159 B
VimL

autocmd FileType python set shiftwidth=4
autocmd FileType python set tabstop=4
autocmd FileType python set softtabstop=4
autocmd FileType python set expandtab