Emacsのruby-modeのインデントって、
こうなってほしいのに、
Foo.new(
 :a=>1,
 :b=>2,
 :c=>3
)
こうなるよね。
Foo.new(
    :a=>1,
    :b=>2,
    :c=>3
    )