[clang] [clang-format] Add BreakConcatenatedStrings option (PR #73432)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 26 11:25:01 PST 2023
================
@@ -2088,6 +2088,19 @@ struct FormatStyle {
/// \version 3.7
bool BreakBeforeTernaryOperators;
+ /// Break between concatenated string literals in C, C++, and Objective-C.
----------------
HazardyKnusperkeks wrote:
Why limited to that languages?
https://github.com/llvm/llvm-project/pull/73432
More information about the cfe-commits
mailing list