diff --git a/_clang-format b/_clang-format index d44d0862..cc36c738 100644 --- a/_clang-format +++ b/_clang-format @@ -104,7 +104,7 @@ AlignEscapedNewlines: Left # initializer list in list-initialization. SpaceBeforeCpp11BracedList: false -# This indents comments weirdly: QTCREATORBUG-30304 +# Do not reflow any comment ReflowComments: false ---