Clang-format, align function pointers

This commit is contained in:
Imbus 2025-10-01 03:39:15 +02:00
parent 70f78dfa26
commit c36a22c5c8

View file

@ -8,11 +8,11 @@ AllowShortFunctionsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializers: BeforeComma
AlignConsecutiveDeclarations:
Enabled: true
Enabled: true
AcrossEmptyLines: false
AcrossComments: false
AlignCompound: false
AlignFunctionPointers: false
AlignFunctionPointers: true
PadOperators: false
AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true