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.