summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
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