mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 05:03:50 +00:00
chore(clang-format): allow short enums on a single line
Some checks are pending
Push / build (push) Waiting to run
Some checks are pending
Push / build (push) Waiting to run
This commit is contained in:
parent
cbb42eb953
commit
117bea17a6
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ AlignAfterOpenBracket: AlwaysBreak
|
||||||
AlignConsecutiveDeclarations: true
|
AlignConsecutiveDeclarations: true
|
||||||
AlignConsecutiveMacros: true
|
AlignConsecutiveMacros: true
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
|
AllowShortEnumsOnASingleLine: false
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
ContinuationIndentWidth: 4
|
ContinuationIndentWidth: 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue