Skip to content

Commit

Permalink
Enables BreakConstructorInitializersBeforeComma style.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalunit committed Aug 17, 2016
1 parent 7ab8a2a commit b9fb7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -35,7 +35,7 @@ BraceWrapping:
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializersBeforeComma: true
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 120
Expand Down

0 comments on commit b9fb7fd

Please sign in to comment.