mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
ClangFormat: enable ReflowComments
This commit is contained in:
parent
c47d669f24
commit
07b223a873
1 changed files with 2 additions and 3 deletions
|
@ -98,9 +98,8 @@ SpaceInEmptyParentheses: false
|
|||
# Note that this doesn't work for C-style comments.
|
||||
SpacesBeforeTrailingComments: 2
|
||||
|
||||
# Don't reflow comments, let developers define line breaks.
|
||||
# Enabling breaks some ascii art.
|
||||
ReflowComments: false
|
||||
# Reflow comments, developers must disable formatting as with code to override this.
|
||||
ReflowComments: true
|
||||
|
||||
# Never use tabs for indentation.
|
||||
# Note: TabWidth and IndentWidth must be the same, or strange things happen.
|
||||
|
|
Loading…
Reference in a new issue