Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-01 14:14:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 14:44:48 +0300
commit07b223a8730e37b7d8f013283ff051e493788fb8 (patch)
tree1d2e553d96ad0c682311867e1344f50cb24c860e /.clang-format
parentc47d669f247d4762cfeede867c43c638e40c14c3 (diff)
ClangFormat: enable ReflowComments
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 2 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 6374b48f2b6..c876affd8b8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -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.