From 0bb79655e4ff53ad067fa763e59eae725b7d8c41 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 23 Apr 2013 09:22:27 +0200 Subject: [PATCH] coffeescript: 4 spaces indent --- rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rc b/rc index d6bfd6e..9e491d9 100644 --- a/rc +++ b/rc @@ -130,6 +130,7 @@ set clipboard+=unnamed autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType ruby set softtabstop=2 shiftwidth=2 autocmd FileType eruby set softtabstop=2 shiftwidth=2 +autocmd FileType coffee set softtabstop=4 shiftwidth=4 "swap/undo files set dir=~/.vim/tmp/swap//,/var/tmp//,/tmp//,.