From 9debc540e5455e25ca5091045d81a033429bbaaa Mon Sep 17 00:00:00 2001 From: "Robert Nurnberg @ elitebook" Date: Fri, 30 May 2025 08:48:03 +0200 Subject: [PATCH] Fix clang-format version in CONTRIBUTING.md closes https://github.com/official-stockfish/Stockfish/pull/6107 No functional change --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b6fbce0..07fe9f54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ discussion._ 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 18 to be installed on your system. +`make format`. This requires clang-format version 20 to be installed on your system. ## Navigate