commit | 90a2aa5692d7eb15490c006c51aedc0e400b317d | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sun Mar 20 02:25:13 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Sun Mar 20 02:25:13 2016 -0700 |
tree | 9abc9347480b56c1a043c6fb5f1bd12124713224 | |
parent | 5758e4dc208c58901dd8b85d1aec5ee5e1a0c1b1 [diff] [blame] |
Fix formatting of trailing comments. If a trailing comment is on a line with disabled formatting, then it should be placed in the original column after the formatting.
diff --git a/CHANGELOG b/CHANGELOG index ab62a36..1fec408 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -10,6 +10,7 @@ ### Fixed - Lessen penalty for splitting before a dictionary keyword. +- Formatting of trailing comments on disabled formatting lines. ## [0.6.3] 2016-03-06 ### Changed