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
* code-formatting workflow: get the correct commit to compare against
* code-formatting workflow: adapt line-length detection
"git diff $x" doesn't do anything as there are no unstaged changes. We need to
tell it what to compare against.
The header is also 4 or 5 lines long, depending on whether a file is completely
new or not. If we chop 5 lines off, it'll always catch the +++ line and may chop
the first @@ line too, which we don't care about.
0 commit comments