ClangFormat: enable ReflowComments

This commit is contained in:
Campbell Barton
2019-05-01 21:14:35 +10:00
parent c47d669f24
commit 07b223a873

View File

@@ -98,9 +98,8 @@ SpaceInEmptyParentheses: false
# Note that this doesn't work for C-style comments. # Note that this doesn't work for C-style comments.
SpacesBeforeTrailingComments: 2 SpacesBeforeTrailingComments: 2
# Don't reflow comments, let developers define line breaks. # Reflow comments, developers must disable formatting as with code to override this.
# Enabling breaks some ascii art. ReflowComments: true
ReflowComments: false
# Never use tabs for indentation. # Never use tabs for indentation.
# Note: TabWidth and IndentWidth must be the same, or strange things happen. # Note: TabWidth and IndentWidth must be the same, or strange things happen.