dotar/vim/settings/python.vim

5 lines
159 B
VimL
Raw Normal View History

2018-07-23 06:16:10 +08:00
autocmd FileType python set shiftwidth=4
autocmd FileType python set tabstop=4
autocmd FileType python set softtabstop=4
autocmd FileType python set expandtab