1 Nov
2013
1 Nov
'13
2:40 p.m.
AlwaysBreakTemplateDeclarations: false
I think this should be true (e.g. the template parameters should always be on their own line)
BreakConstructorInitializersBeforeComma: false
This should also be true - if I get it right, setting this to true will give us a Boost-like initializer list (as seen in 2Geom), which is easier to maintain.
ConstructorInitializerAllOnOneLineOrOnePerLine: false
This also sounds like it should be true.
MaxEmptyLinesToKeep: 1
I would set this to 2 or even 3.
Otherwise the file looks OK. I would rename it to "clangformatrc", in parallel to the astylerc we already have.
Regards, Krzysztof