| commit | 7461dcda6673ccd78b82efc4719e1389fc0c215b | [log] [tgz] |
|---|---|---|
| author | Scott Graham <[email protected]> | Mon Sep 29 19:36:34 2014 |
| committer | Scott Graham <[email protected]> | Mon Sep 29 19:37:53 2014 |
| tree | 908868c5bffc076dffa83e12b2dd5675644983b2 | |
| parent | 930fcbcccbb7a4c0c8892acf175503555099e29c [diff] |
gn format: properly break and align multiple suffix comments
Previously
a = [
"x",
"y", # Comment1
# Comment2
]
would turn into
a = [
"x",
"y", # Comment1# Comment2
]
(Child of https://codereview.chromium.org/606123002/)
[email protected]
BUG=348474
Review URL: https://codereview.chromium.org/613473002
Cr-Commit-Position: refs/heads/master@{#297235}