Skip to content
Snippets Groups Projects
Commit 07b223a8 authored by Campbell Barton's avatar Campbell Barton
Browse files

ClangFormat: enable ReflowComments

parent c47d669f
Branches
No related tags found
No related merge requests found
...@@ -98,9 +98,8 @@ SpaceInEmptyParentheses: false ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment