clang-format: Put all enum values in a single line

This commit is contained in:
RincewindsHat 2024-10-16 00:11:17 +02:00
parent c0694cc6b5
commit dd649f629e

View file

@ -8,3 +8,4 @@ AlignConsecutiveMacros: true
ColumnLimit: 180
IndentPPDirectives: AfterHash
SortIncludes: Never
AllowShortEnumsOnASingleLine: false