clang-format: space between implementations

This commit is contained in:
Imbus 2025-09-08 03:51:21 +02:00
parent 293e790573
commit b10d02a2a2

View file

@ -16,3 +16,4 @@ AlignConsecutiveDeclarations:
PadOperators: false PadOperators: false
AlignConsecutiveMacros: true AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true
SeparateDefinitionBlocks: Always