mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
[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:
parent
4a9ccf27b4
commit
d38565f64e
@ -174,7 +174,7 @@ RemoveParentheses: Leave
|
||||
RemoveSemicolon: false
|
||||
RequiresClausePosition: OwnLine
|
||||
RequiresExpressionIndentation: OuterScope
|
||||
SeparateDefinitionBlocks: Leave
|
||||
SeparateDefinitionBlocks: Always
|
||||
ShortNamespaceLines: 1
|
||||
SkipMacroDefinitionBody: false
|
||||
SortIncludes: CaseSensitive
|
||||
|
Loading…
Reference in New Issue
Block a user