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 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:'