kadircet wrote:

@s1Sharp are there any conclusions here? our code also incidentally relied on 
having new lines between string literals, mostly for the sake of having a line 
break after string literals that end with `\n`.

what do people think about restoring the functionality to break after string 
literals that end with `\n`?
https://github.com/search?q=%2F%5C%5Cn%5C%22%5Cn%5Cs*%3C%3C%5C+%5C%22%2F+language%3AC%2B%2B+&type=code&ref=advsearch
 shows a lot of examples of such pattern, so i feel like having that without an 
option initially easy relatively easy and likely to preserve clang-format's 
behavior for a lot of existing code for the next release. afterwards we can 
discuss introducing more options again.

https://github.com/llvm/llvm-project/pull/69859
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to