commit | 43eaa75b7a0b0eacb66cc1bebefab5fdb77f2553 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu May 12 01:25:20 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu May 12 01:25:20 2016 -0700 |
tree | f40cd6c5620b644f72f26c1104981088bf04ded6 | |
parent | fe7a4acc13359f58808d66d050ca566e325aed57 [diff] |
Add a knob to not split when bin packing If the DEDENT_CLOSING_BRACKETS is set to true and NO_SPLIT_WHEN_BIN_PACKING is set, then don't split before the closing bracket of a function call if the arguments are bin packed. Closes #251