coffeescript: 4 spaces indent

This commit is contained in:
Loic Nageleisen 2013-04-23 09:22:27 +02:00
parent dca4632681
commit 0bb79655e4

1
rc
View file

@ -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//,.