|
|
@ -36,13 +36,13 @@ BraceWrapping: |
|
|
|
BreakBeforeBinaryOperators: None |
|
|
|
BreakBeforeBraces: Attach |
|
|
|
BreakBeforeTernaryOperators: true |
|
|
|
BreakConstructorInitializersBeforeComma: false |
|
|
|
BreakConstructorInitializersBeforeComma: true |
|
|
|
BreakAfterJavaFieldAnnotations: false |
|
|
|
BreakStringLiterals: true |
|
|
|
ColumnLimit: 120 |
|
|
|
CommentPragmas: '^ IWYU pragma:' |
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false |
|
|
|
ConstructorInitializerIndentWidth: 4 |
|
|
|
ConstructorInitializerIndentWidth: 0 |
|
|
|
ContinuationIndentWidth: 4 |
|
|
|
Cpp11BracedListStyle: true |
|
|
|
DerivePointerAlignment: false |
|
|
|