commit | 1dc75ac1b48f1e277f04de68d7c18502c7a87c58 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Oct 16 02:45:46 2017 -0700 |
committer | Bill Wendling <morbo@google.com> | Mon Oct 16 02:45:46 2017 -0700 |
tree | 1e7581f2566ef375a9af099c5eefa93afa7e3777 | |
parent | 8c07cc1098e86a82858b3ffb4170524ca9c32e30 [diff] [blame] |
Split before first argument if dict appears in arg list
diff --git a/CHANGELOG b/CHANGELOG index 293b6f8..fb7a63e 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -6,6 +6,8 @@ ### Changed - Take into account a named function argument when determining if we should split before the first argument in a function call. +- Split before the first argument in a function call if the arguments contain a + dictionary that doesn't fit on a single line. ## [0.19.0] 2017-10-14 ### Added