commit | 1cfcbd19024d3747e4063f592e5f25c12e8fc6b3 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Apr 17 19:38:28 2017 -0700 |
committer | Bill Wendling <morbo@google.com> | Mon Apr 17 19:39:59 2017 -0700 |
tree | 0ce848a1cf0a22e5386488f4db0ccaa0d0db7ae1 | |
parent | a36bb6de174af93466dd353052c3e62fa45bb833 [diff] [blame] |
Try not to split around the '=' in a named assign. Closes #394
diff --git a/CHANGELOG b/CHANGELOG index 4db4add..95aa19a 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -12,6 +12,7 @@ - Remove trailing whitespaces from comments. - Split before a function call in a list if the full list isn't able to fit on a single line. +- Trying not to split around the '=' of a named assign. ## [0.16.1] 2017-03-22 ### Changed