1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-12 10:59:54 +03:00
opentx/.clang-format
2023-09-21 08:42:38 +02:00

27 lines
593 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 2
UseTab: Never
---
Language: Cpp
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
BreakBeforeBraces: Custom
BreakConstructorInitializers: AfterColon
BraceWrapping:
AfterCaseLabel: true
AfterFunction: true
BeforeElse: true
BeforeLambdaBody: false
ColumnLimit: 0
IncludeCategories:
- Regex: '<[[:alnum:].]+>'
Priority: 0
- Regex: '.*'
Priority: 1
IndentCaseLabels: true
# PackConstructorInitializers: Never
PenaltyReturnTypeOnItsOwnLine: 0
PointerAlignment: Middle