[Development] Coding style: space after comma
Edward Welbourne
edward.welbourne at qt.io
Mon Jul 16 18:41:51 CEST 2018
On Tuesday, 3 July 2018 07:37:25 PDT Edward Welbourne wrote:
>> Derived:Derived(Type arg, Mode um, Form ent)
>>
>> : Base(arg)
>>
>> , mem(um)
>> , ber(ent)
>> {}
Thiago Macieira (16 July 2018 17:48)
> There are spaces before these commas, so they don't conform to coding
> style now. Newlines are whitespace, so even if you flushed the commas
> to column 1, there would still be spaces. That's also why lines can
> end in commas: you can't insert a line break there.
My amendment doesn't forbid space before a comma; it merely demands
space after the comma,
Eddy.
More information about the Development
mailing list