[clang] [clang-format] Break after string literals with trailing line breaks (PR #76795)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 3 09:39:44 PST 2024


================
@@ -10,6 +10,7 @@
 
 #include "FormatTestUtils.h"
 #include "TestLexer.h"
+#include "clang/Basic/TokenKinds.h"
----------------
HazardyKnusperkeks wrote:

Why do you need this?

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


More information about the cfe-commits mailing list