From 3466239719f37ff74f15f3c4640c5bd76ee8eef4 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 2 Nov 2024 16:31:35 +0100 Subject: [PATCH] chore: Mention correct Clang-Format version lower bar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a285535a9..693b11c44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ format is loosely based on [LLVM's code formatting style](https://llvm.org/docs/CodingStandards.html) with some exceptions. Run `make format` (or `ninja format` if you use Ninja) to format changes according to ccache's code style. Or even better: set up your editor to run -`/misc/clang-format` (or any other Clang-Format version 10 +`/misc/clang-format` (or any other Clang-Format version 11 binary) automatically when saving. Newer Clang-Format versions likely also work fine. -- 2.47.2