mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-26 02:43:51 +00:00
14 lines
375 B
YAML
14 lines
375 B
YAML
AlignAfterOpenBracket: AlwaysBreak
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveMacros: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ContinuationIndentWidth: 4
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
ObjCBlockIndentWidth: 4
|
|
PointerAlignment: Left
|
|
UseTab: Never
|
|
ColumnLimit: 100
|
|
AlignConsecutiveAssignments: true
|