style: respect current constructor breaks before commas

pull/4191/head
Zetok Zalbavar 2017-02-25 18:03:23 +00:00
parent c1eac09931
commit a03eafe42d
No known key found for this signature in database
GPG Key ID: C953D3880212068A
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ BinPackParameters: true
ColumnLimit: 100
BreakBeforeBraces: Mozilla
BreakBeforeBinaryOperators: NonAssignment
BreakConstructorInitializersBeforeComma: true
AlwaysBreakTemplateDeclarations: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Cpp11BracedListStyle: true