From 75db0285f5024efa4cb9c601ce15dc2948322120 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 23 Sep 2013 16:17:06 -0400 Subject: [PATCH] use sw=2 for vim files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 1827299..22a670f 100644 --- a/vimrc +++ b/vimrc @@ -111,6 +111,7 @@ if has("autocmd") autocmd FileType text setlocal textwidth=78 autocmd BufRead,BufNewFile *.icf set syntax=cpp autocmd Syntax ruby setlocal sw=2 ts=2 sts=2 iskeyword+=@-@,? + autocmd Syntax vim setlocal sw=2 ts=2 sts=2 autocmd BufRead,BufNewFile *.di set filetype=d autocmd BufNewFile,BufReadPre *.h.erb let b:eruby_subtype = "c" autocmd BufNewFile,BufRead *.[ch].erb setlocal sw=4 ts=4 sts=4