[vim]Python tab length is 4

This commit is contained in:
Mathieu Maret 2016-10-20 09:28:01 +02:00
parent be0c14d0b3
commit 0417774881
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -151,7 +151,7 @@ if has("autocmd")
" python
" autocmd FileType python set tabstop=4|set shiftwidth=4|set expandtab
autocmd Filetype python set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
autocmd Filetype python set tabstop=8
autocmd Filetype python set tabstop=4
autocmd Filetype python set expandtab
autocmd Filetype python set shiftwidth=4
autocmd Filetype python set softtabstop=4