chore(clang-format): allow short enums on a single line
Some checks are pending
Push / build (push) Waiting to run

This commit is contained in:
phaneron 2026-04-29 03:16:08 -04:00
parent cbb42eb953
commit 117bea17a6

View file

@ -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