From 0417774881500254cf35f76365202fff698cbb1e Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 20 Oct 2016 09:28:01 +0200 Subject: [PATCH] [vim]Python tab length is 4 --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 11341fe..0a5fb06 100644 --- a/.vimrc +++ b/.vimrc @@ -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