diff options
author | Daniel Jasper <djasper@google.com> | 2015-06-18 12:32:59 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-06-18 12:32:59 +0000 |
commit | ed3f395773957d204b7653624a10312e0d6a22dd (patch) | |
tree | fc88d74d6d3fb0434eab33f8d18990e60d7b4a21 /lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h | |
parent | 17394218931bd6fc53cade6a3d4884579da077b6 (diff) | |
download | bcm5719-llvm-ed3f395773957d204b7653624a10312e0d6a22dd.tar.gz bcm5719-llvm-ed3f395773957d204b7653624a10312e0d6a22dd.zip |
clang-format: [JS] Add a special case for indenting function literals.
Before:
var func =
function() {
doSomething();
};
After:
var func =
function() {
doSomething();
};
This is a very narrow special case which fixes most of the discrepency
with what our users do. In the long run, we should try to come up with
a more generic fix for indenting these.
llvm-svn: 240014
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h')
0 files changed, 0 insertions, 0 deletions