Update .clang-format

This commit is contained in:
Roman Grundkiewicz 2017-10-05 19:25:46 +00:00
parent 3fe8866f92
commit 7d8ae22ae7

View File

@ -34,7 +34,7 @@ BraceWrapping:
IndentBraces: false
BreakBeforeBinaryOperators: All
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'