summaryrefslogtreecommitdiff
path: root/.clang-format
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 /.clang-format
parent4ef9757297ac743a568ff0352a9f70f3cc8c22f3 (diff)
downloadccache-04ebe301ec0afed7d66b0354a0966f24013bf54e.tar.gz
Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 6b56d23a..f40eea44 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,4 @@
-# This configuration should work with clang-format 6.0 and higher.
+# This configuration should work with Clang-Format 6.0 and higher.
---
Language: Cpp
BasedOnStyle: LLVM