Update .clang-format
This commit is contained in:
@@ -51,9 +51,8 @@ BraceWrapping:
|
|||||||
IndentBraces: false
|
IndentBraces: false
|
||||||
SplitEmptyFunction: true
|
SplitEmptyFunction: true
|
||||||
SplitEmptyRecord: true
|
SplitEmptyRecord: true
|
||||||
BreakBeforeBinaryOperators: true
|
BreakBeforeBinaryOperators: NonAssignment
|
||||||
BreakBeforeInheritanceComma: false
|
BreakBeforeTernaryOperators: true
|
||||||
BreakBeforeTernaryOperators: false
|
|
||||||
BreakStringLiterals: true
|
BreakStringLiterals: true
|
||||||
ColumnLimit: 80
|
ColumnLimit: 80
|
||||||
CommentPragmas: '^ IWYU pragma:'
|
CommentPragmas: '^ IWYU pragma:'
|
||||||
|
|||||||
Reference in New Issue
Block a user