mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
[clang-format] Change SpaceInEmptyBlock=false
I love { } for empty blocks, but it looks like {} is too common among developers now.
This commit is contained in:
parent
28043e8305
commit
17bb11fc42
@ -203,7 +203,7 @@ SpaceBeforeParensOptions:
|
||||
BeforeNonEmptyParentheses: false
|
||||
SpaceBeforeRangeBasedForLoopColon: true
|
||||
SpaceBeforeSquareBrackets: false
|
||||
SpaceInEmptyBlock: true
|
||||
SpaceInEmptyBlock: false
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInAngles: Never
|
||||
SpacesInContainerLiterals: false
|
||||
|
Loading…
Reference in New Issue
Block a user