]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Mention correct Clang-Format version lower bar
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 2 Nov 2024 15:31:35 +0000 (16:31 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 2 Nov 2024 15:31:35 +0000 (16:31 +0100)
CONTRIBUTING.md

index a285535a97c9ebcc861f1a2edfa040546d5828bb..693b11c44ce687b53137748b50f468e7e8f8e9c4 100644 (file)
@@ -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
-`<ccache-top-dir>/misc/clang-format` (or any other Clang-Format version 10
+`<ccache-top-dir>/misc/clang-format` (or any other Clang-Format version 11
 binary) automatically when saving. Newer Clang-Format versions likely also work
 fine.