From c1cf8f2a118895614ab211ed6f3b0c4175c1c76d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 25 Feb 2013 11:28:37 +0100 Subject: Added YACC to the autocmd statement --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index ef00f6b..dcdbcf4 100644 --- a/vimrc +++ b/vimrc @@ -29,4 +29,5 @@ filetype plugin on autocmd FileType ruby set shiftwidth=2 autocmd FileType c set shiftwidth=4 tabstop=4 +autocmd FileType yacc set shiftwidth=4 tabstop=4 -- cgit v1.2.3