-
Nicolas Werner authored
I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
Nicolas Werner authoredI think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.clang-format 369 B
---
Language: Cpp
Standard: c++17
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: InlineOnly
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true
PenaltyReturnTypeOnItsOwnLine: 0