mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-10-31 19:42:39 +00:00
19 lines
No EOL
540 B
YAML
19 lines
No EOL
540 B
YAML
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: DontAlign
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
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 |