diff --git a/.clang-format b/.clang-format index 1edc97c..fc9422d 100644 --- a/.clang-format +++ b/.clang-format @@ -16,3 +16,4 @@ AlignConsecutiveDeclarations: PadOperators: false AlignConsecutiveMacros: true AllowShortCaseLabelsOnASingleLine: true +SeparateDefinitionBlocks: Always