vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
240 stars 52 forks source link

chore: add .git-blame-ignore-revs #1130

Closed diegomrsantos closed 1 week ago

diegomrsantos commented 1 week ago

Ignoring the formatting commit for the purpose of git blame by adding a file named .git-blame-ignore-revs containing the formatted source code to the root of the project.

Configure git to use it with: git config --global blame.ignoreRevsFile .git-blame-ignore-revs