diff --git a/.clang-format b/.clang-format index 4f7b191e..fd28e7c2 100644 --- a/.clang-format +++ b/.clang-format @@ -31,3 +31,4 @@ NamespaceIndentation: Inner PointerBindsToType: false SpacesBeforeTrailingComments: 2 Standard: Auto +ReflowComments: false