[PATCH] clang-format: don't force break before generic type method
Harry Terkelsen
het at google.com
Wed Nov 19 17:38:31 PST 2014
Hi djasper,
Before
```
Foo.bar()
.<X>
baz();
```
After
```
Foo.bar()
.<X>baz();
```
http://reviews.llvm.org/D6331
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJava.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6331.16407.patch
Type: text/x-patch
Size: 1248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141120/0c55a2e8/attachment.bin>
More information about the cfe-commits
mailing list