From aef983ef92594cfe58800b585be91ebac6460ca6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 26 May 2015 21:50:06 -0400 Subject: [PATCH] use sw=2 for gitolite files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 17933c5..5bf8f2b 100644 --- a/vimrc +++ b/vimrc @@ -113,6 +113,7 @@ if has("autocmd") autocmd FileType xml setlocal sw=2 ts=2 sts=2 autocmd FileType yaml setlocal sw=2 ts=2 sts=2 autocmd FileType text setlocal textwidth=78 + autocmd FileType gitolite setlocal sw=2 ts=2 sts=2 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