uxn/.clang-format

21 lines
599 B
Plaintext
Raw Normal View History

2021-01-29 19:35:59 +00:00
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
2021-01-30 05:56:19 +00:00
AlignOperands: DontAlign
2021-01-30 22:25:48 +00:00
AllowShortBlocksOnASingleLine: Always
2021-01-29 19:35:59 +00:00
AllowShortCaseLabelsOnASingleLine: true
2021-01-30 05:56:19 +00:00
AllowShortEnumsOnASingleLine: true
2021-01-30 22:25:48 +00:00
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
2021-01-29 19:35:59 +00: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