commit | 578854b1892ec62f98452597098ea0dc8ca3eaf9 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu Aug 24 22:26:59 2017 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu Aug 24 22:26:59 2017 -0700 |
tree | 61bdac3628fa8c7e1b922a141964751fc5fd06ed | |
parent | 855860ef9d6286a28aa381408a5800901a61a0e0 [diff] [blame] |
Indent dictionary value correctly if there is a multi-line key.
diff --git a/CHANGELOG b/CHANGELOG index 21bddc6..241df97 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -12,6 +12,7 @@ - Fix issue where specifying a line range removed a needed line before a comment. - Fix spacing between unary operators if one is 'not'. +- Indent the dictionary value correctly if there's a multi-line key. ## [0.17.0] 2017-08-20 ### Added