summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-07-16 22:39:52 +0000
committerache <ache@ache.one>2017-07-16 22:40:12 +0000
commit9bfe028aecd8b4838ce9a7b92d7e3ebead590af7 (patch)
tree036a8f4b34ce339385e4c10d7c96d77c53974744 /plugin
parentNew bind to save (diff)
Python = 4spaces
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/indent.vim2
1 files changed, 1 insertions, 1 deletions
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