diff options
| author | Daniel Jasper <djasper@google.com> | 2015-06-18 09:12:47 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-06-18 09:12:47 +0000 |
| commit | 2aaedd3a7eaf98fc06c2fac068ceb6ca1d5d3d30 (patch) | |
| tree | 31c1d1febf2425010bfe5ff885098e607a779391 /clang/lib/Sema/SemaAttr.cpp | |
| parent | d3057e5e37df028068cd7207a9ade65a8cde31fb (diff) | |
| download | bcm5719-llvm-2aaedd3a7eaf98fc06c2fac068ceb6ca1d5d3d30.tar.gz bcm5719-llvm-2aaedd3a7eaf98fc06c2fac068ceb6ca1d5d3d30.zip | |
clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.
In essence this is meant to consistently indent multiline strings by a
fixed amount of spaces from the start of the line. Don't do this in
cases where it wouldn't help anyway.
Before:
someFunction(aaaaa,
"aaaaa"
"bbbbb");
After:
someFunction(aaaaa, "aaaaa"
"bbbbb");
llvm-svn: 240004
Diffstat (limited to 'clang/lib/Sema/SemaAttr.cpp')
0 files changed, 0 insertions, 0 deletions

