diff options
| author | Daniel Jasper <djasper@google.com> | 2015-06-01 09:56:32 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-06-01 09:56:32 +0000 |
| commit | 1699eca119e3488a21dfe50cbbfe8f1508b23eb3 (patch) | |
| tree | c8d947ef361f67c2d16a11b30ab48de60bd5b83e /llvm | |
| parent | 0c41088ebfd9b9bc800d7f6d440733f22bb2d364 (diff) | |
| download | bcm5719-llvm-1699eca119e3488a21dfe50cbbfe8f1508b23eb3.tar.gz bcm5719-llvm-1699eca119e3488a21dfe50cbbfe8f1508b23eb3.zip | |
clang-format: [JS] Making arrow function wrapping more consistent.
Before:
someFunction(() =>
{
doSomething(); // break
})
.doSomethingElse( // break
);
After:
someFunction(() => {
doSomething(); // break
})
.doSomethingElse( // break
);
This is still bad, but at least it is consistent with what we do for other
function literals. Added corresponding tests.
llvm-svn: 238736
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions

