Merging rustfmt in.
# daft-dev
r
Merging rustfmt in.
🔥 2
So since we have a squash and rebase rule, the
.git-blame-ignore-revs
file will always contain the wrong commit (since it will be containing an old commit-hash prior to the squash and rebase).
We may want to have the proper file generated as part of some initialization hook instead of this being part of mainline. That way, in the initialization hook, we'll always be able to write the appropriate commit to the file.