uxn/.clang-format

21 lines
599 B
Plaintext
Raw Normal View History

2021-01-29 14:35:59 -05:00
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
2021-01-30 00:56:19 -05:00
AlignOperands: DontAlign
2021-01-30 17:25:48 -05:00
AllowShortBlocksOnASingleLine: Always
2021-01-29 14:35:59 -05:00
AllowShortCaseLabelsOnASingleLine: true
2021-01-30 00:56:19 -05:00
AllowShortEnumsOnASingleLine: true
2021-01-30 17:25:48 -05:00
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
2021-01-29 14:35:59 -05:00
AlwaysBreakAfterDefinitionReturnType: TopLevel
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: WebKit
IndentCaseLabels: false
TabWidth: 4
IndentWidth: 4
ContinuationIndentWidth: 4
UseTab: ForContinuationAndIndentation
ColumnLimit: 0
ReflowComments: false
SortIncludes: false
SpaceBeforeParens: false