[clang] [clang-format] Stop aligning the to continuation lines (PR #76378)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 18:03:04 PST 2024


================
@@ -1304,6 +1304,18 @@ TEST_F(FormatTestCSharp, CSharpGenericTypeConstraints) {
                "}",
                Style);
 
+  // When the where line is not to be formatted, following lines should not take
+  // on its indentation.
+  verifyFormat("class ItemFactory<T>\n"
----------------
sstwcw wrote:

There is no variant which only takes one string.

https://github.com/llvm/llvm-project/pull/76378


More information about the cfe-commits mailing list