Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
My gut feeling is that I don't think it is worth adding an option for it at this time. Just don't wrap them.
Paths
| Differential D6636
Don't break single-line raw string literals. ClosedPublic Authored by alexfh on Dec 12 2014, 2:45 AM.
Details
Diff Detail Event Timelinealexfh updated this object. Comment Actions My gut feeling is that I don't think it is worth adding an option for it at this time. Just don't wrap them. alexfh edited edge metadata. Comment ActionsUpdated the patch to not break single-line raw string literals. alexfh retitled this revision from Add BreakSingleLineRawStrings option. to Don't break single-line raw string literals..Dec 12 2014, 3:44 AM This revision is now accepted and ready to land.Dec 13 2014, 4:56 AM
Revision Contents
Diff 17221 docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp
|