parade/.clang-format

19 lines
540 B
Plaintext
Raw Normal View History

2020-10-25 03:42:16 +00:00
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: true
2020-09-09 19:09:09 +01:00
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
2020-10-25 03:42:16 +00:00
AlwaysBreakAfterDefinitionReturnType: TopLevel
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: WebKit
2020-09-09 19:09:09 +01:00
IndentCaseLabels: false
2020-10-25 03:42:16 +00:00
TabWidth: 4
IndentWidth: 4
2020-09-09 19:09:09 +01:00
ContinuationIndentWidth: 4
2020-10-25 03:42:16 +00:00
UseTab: ForContinuationAndIndentation
ColumnLimit: 0
ReflowComments: false
SortIncludes: false
SpaceBeforeParens: false