4 lines
121 B
VimL
4 lines
121 B
VimL
|
autocmd FileType python set shiftwidth=2
|
||
|
autocmd FileType python set tabstop=2
|
||
|
autocmd FileType python set softtabstop=2
|