[vim]Python tab length is 4
This commit is contained in:
parent
be0c14d0b3
commit
0417774881
2
.vimrc
2
.vimrc
@ -151,7 +151,7 @@ if has("autocmd")
|
|||||||
" python
|
" python
|
||||||
" autocmd FileType python set tabstop=4|set shiftwidth=4|set expandtab
|
" 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 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 expandtab
|
||||||
autocmd Filetype python set shiftwidth=4
|
autocmd Filetype python set shiftwidth=4
|
||||||
autocmd Filetype python set softtabstop=4
|
autocmd Filetype python set softtabstop=4
|
||||||
|
Loading…
Reference in New Issue
Block a user