Parkmanne/.clang-format

22 lines
531 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
2019-07-08 20:57:09 +00:00
ColumnLimit: 100
AlignAfterOpenBracket: Align
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
BinPackArguments: false
BreakConstructorInitializers: BeforeColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
IncludeBlocks: Regroup
#---