diff --git a/.clang-format b/.clang-format index 1edc97c..f98c612 100644 --- a/.clang-format +++ b/.clang-format @@ -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