Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
647 B
YAML

---
BasedOnStyle: LLVM
---
Language: Cpp
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: Yes
BinPackParameters: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
SplitEmptyRecord: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: false
FixNamespaceComments: false
ForEachMacros: ['STRV_FOREACH', 'NULSTR_FOREACH']
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
PenaltyBreakAssignment: 100
PenaltyBreakBeforeFirstCallParameter: 100
SpaceAfterCStyleCast: true
SpaceBeforeParens: ControlStatementsExceptForEachMacros