1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Add ignoreRevsFile to CONTRIBUTING.md

closes https://github.com/official-stockfish/Stockfish/pull/4980

No functional change
This commit is contained in:
Disservin 2024-01-13 21:35:02 +01:00
parent 88331add0d
commit b5e8169a85

View file

@ -61,6 +61,16 @@ Changes to Stockfish C++ code should respect our coding style defined by
[.clang-format](.clang-format). You can format your changes by running
`make format`. This requires clang-format version 17 to be installed on your system.
## Navigate
For experienced Git users who frequently use git blame, it is recommended to
configure the blame.ignoreRevsFile setting.
This setting is useful for excluding noisy formatting commits.
```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
## Community and Communication
- Join the [Stockfish discord][discord-link] to discuss ideas, issues, and