diff --git a/vimrc b/vimrc index 2b34ac7..d8ba31d 100644 --- a/vimrc +++ b/vimrc @@ -113,6 +113,7 @@ if has("autocmd") autocmd FileType xhtml setlocal sw=2 ts=2 sts=2 autocmd FileType xml setlocal sw=2 ts=2 sts=2 autocmd FileType yaml setlocal sw=2 ts=2 sts=2 + autocmd FileType sh 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