]> granicus.if.org Git - clang/commit
Added AlwaysBreakBeforeMultilineStrings option.
authorAlexander Kornienko <alexfh@google.com>
Thu, 4 Jul 2013 12:02:44 +0000 (12:02 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 4 Jul 2013 12:02:44 +0000 (12:02 +0000)
commit56312023bf62cb40d2e33ea5e14d55c1e42303a7
tree680820a7532cb094997b9980a6a56a23bd6a1294
parentd29e24f24e9a130431eafefa42c36be8e7a597de
Added AlwaysBreakBeforeMultilineStrings option.

Summary:
Always breaking before multiline strings can help format complex
expressions containing multiline strings more consistently, and avoid consuming
too much horizontal space.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D1097

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp