commit | e6c9357246dcf701ec3d52fc3ea1f9971f5b804b | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue Oct 11 20:26:23 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Tue Oct 11 20:26:23 2016 -0700 |
tree | 68b913b9a7001cec895ea45af61bd04afd1c1bab | |
parent | a5a52e2eaaedd5dbb7302131f562a25b9ad4e718 [diff] [blame] |
Don't split before a dict val in a comp_for
diff --git a/CHANGELOG b/CHANGELOG index 62228ab..54ac591 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -9,6 +9,8 @@ adjust the whitespace before a function's comment if the comment is a "disabled" line. We also don't count "# yapf: {disable|enable}" as a disabled line, which seems logical. +- It's not really more readable to split before a dictionary value if it's part + of a dictionary comprehension. ## [0.12.2] 2016-10-09 ### Fixed