From 9bfe028aecd8b4838ce9a7b92d7e3ebead590af7 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 16 Jul 2017 22:39:52 +0000 Subject: Python = 4spaces --- plugin/indent.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/indent.vim b/plugin/indent.vim index 8191d82..1b11d92 100755 --- a/plugin/indent.vim +++ b/plugin/indent.vim @@ -23,7 +23,7 @@ set backspace=indent,eol,start "js stuff" autocmd FileType javascript setlocal shiftwidth=2 tabstop=2 -autocmd FileType python set tabstop=2 softtabstop=2 shiftwidth=2 +autocmd FileType python set tabstop=4 softtabstop=4 shiftwidth=4 autocmd FileType python set textwidth=79 expandtab autoindent -- cgit v1.2.3