dotar/SpaceVim.d/autoload/settings/out_of_usage/python.vim

5 lines
159 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +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