commit f8224ec6e0006a247b19a8d3174be2750abc7547
parent bcb09cd1d6726492ed2595eedbd43719fc9f7029
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 7 Dec 2015 10:14:13 -0800
Set python indent to 2
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -84,6 +84,9 @@ set sw=2
set softtabstop=2
set expandtab
+" Fix python's indent overrides
+au FileType python setl ts=2 sw=2 sts=2 et
+
" Whitespace highlighting
let g:spacehi_spacecolor="ctermbg=red guibg=red"
let g:spacehi_tabcolor="ctermbg=red guibg=red"