================ @@ -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