George Ogata wrote: > The latest version does it a bit better: > > if foo > puts('foo' + > 'bar' + > 'baz') > end > > Not exactly what you want, but probably intentional. You can get the > latest version from CVS. The misc/ directory. Online at: If the strings are longer than "foo" does it still start 2 (or maybe whatever your basic-indent setting is) spaces in? Or is the space relative to the position of the +? I can live with an extra indentation, but not with: "foo is the Foo" + "bar is the Bar" Ben