shugo/textbringer

Comma indentation of ruby mode is wrong

shugo opened this issue · 0 comments

shugo commented
{
  x: 1,
    y: 2,
    z: 3
}

shoud be:

{
  x: 1,
  y: 2,
  z: 3
}