ryudo/.clang-format

23 lines
639 B
Text
Raw Normal View History

2021-02-26 18:01:22 +00:00
TabWidth: 2
IndentWidth: 2
ContinuationIndentWidth: 2
UseTab: Never
AllowShortBlocksOnASingleLine: Always
2021-02-26 19:50:23 +00:00
AllowShortCaseLabelsOnASingleLine: false
2021-02-26 18:01:22 +00:00
AllowShortEnumsOnASingleLine: true
2021-02-26 19:50:23 +00:00
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
PenaltyReturnTypeOnItsOwnLine: 255
2021-02-26 18:01:22 +00:00
IndentCaseLabels: true
SpaceBeforeParens: ControlStatements
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
PointerAlignment: Left
BreakBeforeBraces: Attach
SortIncludes: false
2021-02-26 19:50:23 +00:00
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AlignEscapedNewlines: Left