" CoffeeScript vim settings " Indentation setlocal expandtab setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 " Comment string setlocal commentstring=#\ %s