Okay, I'll incorporate Dmitry's fix when I get home then. Quoting Stefan Monnier : >>>> const a = 5, >>>> b = 6; >>> Yup, that'd be a bug. >> Depends, IMO. Do we want to indent on the column, or by the configured >> indentation level? > > The user already has the choice (without even a config-var) by choosing > between > > const a = 5, > b = 6; > and > const > a = 5, > b = 6; > >> Should this be configurable? > > I don't think that's needed. > >> But I'd rather get this patch in in the simple form first, and enhance the >> behaviour with another one. > > Agreed, > > > Stefan >