diff options
| author | Daniel Jasper <djasper@google.com> | 2016-01-11 11:00:58 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2016-01-11 11:00:58 +0000 |
| commit | 2802456097eec57d663c9a53349eb408080ab7af (patch) | |
| tree | 16c562be2b888bc7a376090483e230a0d9170555 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 524025bd2eed7cc5447fc112f409f3d23790fa72 (diff) | |
| download | llvm-2802456097eec57d663c9a53349eb408080ab7af.zip llvm-2802456097eec57d663c9a53349eb408080ab7af.tar.gz llvm-2802456097eec57d663c9a53349eb408080ab7af.tar.bz2 | |
clang-format: [JS] Improve line-flow when calling functions on array literals.
Before:
return [
aaaaaaaaaaaaaaaaaaaaaa
].aaaaaaa(function() {
//
})
.bbbbbb();
After:
return [aaaaaaaaaaaaaaaaaaaaaa]
.aaaaaaa(function() {
//
})
.bbbbbb();
llvm-svn: 257324
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
