mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
coffeescript: 4 spaces indent
This commit is contained in:
parent
dca4632681
commit
0bb79655e4
1 changed files with 1 additions and 0 deletions
1
rc
1
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//,.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue