mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
eruby indentation fix
This commit is contained in:
parent
ad008fe75f
commit
2b6f8b58c0
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -110,6 +110,7 @@ set list
|
||||||
"filetype specific settings
|
"filetype specific settings
|
||||||
autocmd FileType make set noexpandtab "makefiles need tabs
|
autocmd FileType make set noexpandtab "makefiles need tabs
|
||||||
autocmd FileType ruby set softtabstop=2 shiftwidth=2
|
autocmd FileType ruby set softtabstop=2 shiftwidth=2
|
||||||
|
autocmd FileType eruby set softtabstop=2 shiftwidth=2
|
||||||
|
|
||||||
"swap files
|
"swap files
|
||||||
"set directory=/var/tmp,.
|
"set directory=/var/tmp,.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue