Fix clang-format version in CONTRIBUTING.md

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

No functional change
This commit is contained in:
Robert Nurnberg @ elitebook
2025-05-30 08:48:03 +02:00
committed by Joost VandeVondele
parent d0212906bd
commit 9debc540e5

View File

@@ -59,7 +59,7 @@ discussion._
Changes to Stockfish C++ code should respect our coding style defined by Changes to Stockfish C++ code should respect our coding style defined by
[.clang-format](.clang-format). You can format your changes by running [.clang-format](.clang-format). You can format your changes by running
`make format`. This requires clang-format version 18 to be installed on your system. `make format`. This requires clang-format version 20 to be installed on your system.
## Navigate ## Navigate