plugin-ruby
plugin-ruby copied to clipboard
Weird chained method call block indent
Would've expected this:
.foo
.foo
.long
.string
.ofactuallyreallylongtextgoeshere
.baz
.each do |thing|
{
bla: thing,
blabla: thing,
blablabla: thing,
blablablabla: thing,
}
end
To be:
foo
.foo
.foo
.long
.string
.ofactuallyreallylongtextgoeshere
.baz
.each do |thing|
{
bla: thing,
blabla: thing,
blablabla: thing,
blablablabla: thing,
}
end