git cl format doesn't format untouched lines if their scope changed |
|||
Issue descriptionSe this CL as an example: https://codereview.chromium.org/1782433002/#ps1 (patchset#1) - if (layer_settings().use_compositor_animation_timelines) { AddAnimationToLayerWithPlayer(grand_child->id(), timeline_impl(), std::move(animation)); - } else { - grand_child->layer_animation_controller()->AddAnimation( - std::move(animation)); - } AddAnimationToLayerWithPlayer line wouldn't be formatted. I suspect, you need to parse C++ (in full) to implement this.
,
Jan 18 2017
Stale, dropping priority.
,
Apr 16 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||
►
Sign in to add a comment |
|||
Comment 1 by benhenry@chromium.org
, Jun 24 2016