5 lines
167 B
VimL
5 lines
167 B
VimL
" Force indentation styles for this directory
|
|
autocmd FileType python set shiftwidth=2
|
|
autocmd FileType python set tabstop=2
|
|
autocmd FileType python set softtabstop=2
|