summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-09-18 09:28:14 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-09-21 20:43:15 +0200
commit04ebe301ec0afed7d66b0354a0966f24013bf54e (patch)
tree44b7333c45852bafcbd260b0170edf5a833cec40 /CONTRIBUTING.md
parent4ef9757297ac743a568ff0352a9f70f3cc8c22f3 (diff)
downloadccache-04ebe301ec0afed7d66b0354a0966f24013bf54e.tar.gz
Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6831e02f..361a660e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,10 +58,10 @@ Source code formatting is defined by `.clang-format` in the root directory. The
format is loosely based on [LLVM's code formatting
style](https://llvm.org/docs/CodingStandards.html) with some exceptions. It's
highly recommended to install
-[clang-format](https://clang.llvm.org/docs/ClangFormat.html) 6.0 or newer and
+[Clang-Format](https://clang.llvm.org/docs/ClangFormat.html) 6.0 or newer and
run `make format` to format changes according to ccache's code style. Or even
-better: set up your editor to run clang-format automatically when saving. If
-you don't run clang-format then the ccache authors have to do it for you.
+better: set up your editor to run Clang-Format automatically when saving. If
+you don't run Clang-Format then the ccache authors have to do it for you.
Please follow these conventions: