BedSideLamp/.clang-format
2020-06-07 20:24:36 +02:00

28 lines
633 B
YAML

Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
SortIncludes: true
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations: true
AllowShortFunctionsOnASingleLine: Empty
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Custom
BraceWrapping:
BeforeCatch: true
BeforeElse: true
AlwaysBreakAfterReturnType: None
PenaltyReturnTypeOnItsOwnLine: 1000000
BreakConstructorInitializers: BeforeComma
ConstructorInitializerIndentWidth: 0
BraceWrapping:
AfterEnum: true
AfterStruct: false
SplitEmptyFunction: false
AfterCaseLabel: false
AfterControlStatement: true
AfterFunction: true
PointerAlignment: Left