mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 13:03:54 +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
|
||||
AlignConsecutiveMacros: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
ContinuationIndentWidth: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue