summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-09 23:36:57 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-09 23:36:57 +0200
commit7e7a55fd904deca5de26415e60f518afb28e0a3d (patch)
tree0f44b39ac08ab3ba379c500f605cfc8d6da685a8 /.vimrc
parent3962faeb4b0cc438664e2649b2dbc6e71447b7fc (diff)
downloaddotfiles-7e7a55fd904deca5de26415e60f518afb28e0a3d.tar.gz
dotfiles-7e7a55fd904deca5de26415e60f518afb28e0a3d.tar.xz
fix tabbing in python files
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 6eb94b1..2bfcea1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -37,7 +37,7 @@ inoremap <C-s> <esc>:w<cr>a
nnoremap <C-s> :w<cr>
autocmd FileType make setlocal noexpandtab
-au FileType python set ts=4 sw=4 et
+au FileType python set ts=4 sw=4 softtabstop=4 et
"colorscheme gardener
"colorscheme desert256