mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-01 03:52:39 +00:00
21 lines
No EOL
599 B
YAML
21 lines
No EOL
599 B
YAML
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignOperands: DontAlign
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
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 |