From 1971ab2dbd4b201677ac4e0f1f5405cae17cbb52 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 19 Nov 2012 12:11:20 -0800 Subject: [PATCH] Add vim settings for coffee settings, use 2 spaces --- vim/ftplugin/coffee.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/ftplugin/coffee.vim diff --git a/vim/ftplugin/coffee.vim b/vim/ftplugin/coffee.vim new file mode 100644 index 0000000..b98bf8f --- /dev/null +++ b/vim/ftplugin/coffee.vim @@ -0,0 +1,6 @@ + +set expandtab " expandtab converts tabs to spaces +set shiftwidth=2 " unify +set softtabstop=2 " Pressing backspace works like tabs +set tabstop=2 " real tabs should be 4, but they will show with set list on +