uxn/.clang-format

21 lines
600 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-29 19:35:59 +00:00
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: true
2021-01-30 05:56:19 +00:00
AllowShortEnumsOnASingleLine: true
2021-01-29 19:35:59 +00:00
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
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