[clang-format] Set SeparateDefinitionBlocks=Always

With the current code it makes no difference, but it will force new
definitions to be in its own block, e.g. we cannot define two
functions without a blank line between then.
This commit is contained in:
David Capello 2024-12-12 19:54:49 -03:00
parent 4a9ccf27b4
commit d38565f64e

View File

@ -174,7 +174,7 @@ RemoveParentheses: Leave
RemoveSemicolon: false RemoveSemicolon: false
RequiresClausePosition: OwnLine RequiresClausePosition: OwnLine
RequiresExpressionIndentation: OuterScope RequiresExpressionIndentation: OuterScope
SeparateDefinitionBlocks: Leave SeparateDefinitionBlocks: Always
ShortNamespaceLines: 1 ShortNamespaceLines: 1
SkipMacroDefinitionBody: false SkipMacroDefinitionBody: false
SortIncludes: CaseSensitive SortIncludes: CaseSensitive