mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-01 08:53:20 +00:00
13 lines
381 B
YAML
13 lines
381 B
YAML
UseTab: Always
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
ColumnLimit: 100
|
|
BreakBeforeBraces: Linux
|
|
SeparateDefinitionBlocks: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AlignOperands: AlignAfterOperator
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
AllowAllArgumentsOnNextLine: true
|