[clang] [clang-format] Add BreakAdjacentStringLiterals option (PR #73432)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 00:49:28 PST 2023


================
@@ -2088,6 +2088,19 @@ struct FormatStyle {
   /// \version 3.7
   bool BreakBeforeTernaryOperators;
 
+  /// Break between concatenated string literals in C, C++, and Objective-C.
----------------
owenca wrote:

Fixed.

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


More information about the cfe-commits mailing list