You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have commented out lines that are indented (example of a function). When I run yapf, the comment lines are unindented and aligned with the indentation of the first line.
Source File
Formatage YAPF
How can I keep the indentation of commented lines?
Can yapf ignore all commented lines?