mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
[clang-format] Set ReflowComments=1 to allow adjusting comments
Allows to format the code in better ways adjusting the comments to fit the column limit. In few cases the comment will require to be moved to other place (e.g. at the top of a statement rather than to the side of it).
This commit is contained in:
parent
1447e829f7
commit
4a9ccf27b4
@ -168,7 +168,7 @@ PointerAlignment: Left
|
||||
PPIndentWidth: -1
|
||||
QualifierAlignment: Leave
|
||||
ReferenceAlignment: Pointer
|
||||
ReflowComments: false
|
||||
ReflowComments: true
|
||||
RemoveBracesLLVM: false
|
||||
RemoveParentheses: Leave
|
||||
RemoveSemicolon: false
|
||||
|
Loading…
Reference in New Issue
Block a user