Parkmanne/.clang-format

22 lines
530 B
Plaintext
Raw Normal View History

2019-06-26 16:51:02 +00:00
BasedOnStyle: LLVM
IndentWidth: 4
#--- cpp
2019-06-26 16:51:02 +00:00
Language: Cpp
2019-06-26 16:51:02 +00:00
PointerAlignment: Left
ColumnLimit: 80
AlignAfterOpenBracket: Align
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
BinPackArguments: false
BreakConstructorInitializers: BeforeColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
IncludeBlocks: Regroup
#---