blob: 29c38be155d639d35850a65db4530cbe28f3a98c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
" CoffeeScript vim settings
" Indentation
setlocal expandtab
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
" Comment string
setlocal commentstring=#\ %s
|