Skip to content

Commit

Permalink
Revert "[clang-format] Set SeparateDefinitionBlocks=Always"
Browse files Browse the repository at this point in the history
This reverts commit d38565f.

It added blank lines between one line member function definitions
inside class bodies/header files, something which is undesirable.
  • Loading branch information
dacap committed Dec 13, 2024
1 parent 6555e74 commit d0dbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RemoveParentheses: Leave
RemoveSemicolon: false
RequiresClausePosition: OwnLine
RequiresExpressionIndentation: OuterScope
SeparateDefinitionBlocks: Always
SeparateDefinitionBlocks: Leave
ShortNamespaceLines: 1
SkipMacroDefinitionBody: false
SortIncludes: CaseSensitive
Expand Down

0 comments on commit d0dbc78

Please sign in to comment.