summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-12-27 16:22:22 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-12-27 16:22:22 +0100
commit942f8e14a3d6d61ba7e6b4a2e278c68479de9873 (patch)
tree69616947d477db819e79254ca33f37f4b7f0ae78 /CONTRIBUTING.md
parent3eb0551eebf0d79b8c2ccfab9de4ffeed6c0ce2a (diff)
downloadccache-942f8e14a3d6d61ba7e6b4a2e278c68479de9873.tar.gz
Rephrase hint about C-style code left in the code base
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 b93c7072..3bf04324 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,9 +50,9 @@ Here are some hints to make the process smoother:
## Code style
Ccache was written in C99 until 2019 when it started being converted to C++11.
-The conversion is a slow work in progress, which is why there is a lot of
-C-style code left. Please refrain from doing large C to C++ conversions; do it
-little by little.
+The conversion is a slow work in progress, which is why there is some C-style
+code left. Please refrain from doing large C to C++ conversions; do it little by
+little.
Source code formatting is defined by `.clang-format` in the root directory. The
format is loosely based on [LLVM's code formatting