Update .clang-format

This commit is contained in:
Ole Morud
2023-03-26 19:15:46 +02:00
committed by Ole Morud
parent 4155ed3e87
commit 863328a3de

View File

@@ -51,9 +51,8 @@ BraceWrapping:
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
BreakBeforeBinaryOperators: true
BreakBeforeInheritanceComma: false
BreakBeforeTernaryOperators: false
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
BreakStringLiterals: true
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'