SIGN IN SIGN UP

Ignore formatting changes for git blame

Git versions >=2.23 allow configuration of a file that lists revs that
should be ignored for the purposes of `git blame`. Let's create that
file and add the black formatting change rev to it.

To use this file, you should configure it with the following command:

`git config --local blame.ignoreRevsFile .git-blame-ignore-revs`
S
Samuel Williams committed
6c485fae6eb63500f7f62a470e05fc5db5dd56ff
Parent: 44d2310