Descriptiongn 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/)
R=brettw@chromium.org
BUG=348474
Committed: https://chromium.googlesource.com/chromium/src/+/7461dcda6673ccd78b82efc4719e1389fc0c215b
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|