clang-format: Add @s when breaking NSString literals.
authorDaniel Jasper <djasper@google.com>
Thu, 9 Jan 2014 14:18:12 +0000 (14:18 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 9 Jan 2014 14:18:12 +0000 (14:18 +0000)
commit174b012524e33111bfad324c55a23be8b313698b
treeb702cce8ac3fe3517cbc7c69b8407c45eaed964d
parentdc32c1bf3a7b9b66d6c48039d915c980f478cf2b
clang-format: Add @s when breaking NSString literals.

While it is allowed to not have an @ on subsequent lines, it seems
general practice to add them. If undesired, the code author can easily
remove them again and clang-format won't re-add them.

llvm-svn: 198871
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/ContinuationIndenter.cpp
clang/unittests/Format/FormatTest.cpp