From: Joel Rosdahl Date: Sat, 2 Nov 2024 15:31:35 +0000 (+0100) Subject: chore: Mention correct Clang-Format version lower bar X-Git-Tag: v4.11~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3466239719f37ff74f15f3c4640c5bd76ee8eef4;p=thirdparty%2Fccache.git chore: Mention correct Clang-Format version lower bar --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a285535a..693b11c4 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.