aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-09 12:32:48 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-10 15:49:44 +0900
commit6c4e78e8a55eab681393faff888448c887bb7127 (patch)
tree75e1299241ef343d216fa07b46b047e8113f2191 /CONTRIBUTING.md
parent31e28e2a99e6815da407d201e7287423a4956138 (diff)
downloadlibquotient-6c4e78e8a55eab681393faff888448c887bb7127.tar.gz
libquotient-6c4e78e8a55eab681393faff888448c887bb7127.zip
CMakeLists.txt: fix things around clang-format, inherit CLANG_FORMAT_ARGS
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 d7fa19bd..fb8ff436 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -170,9 +170,9 @@ Because before both original authors of libQuotient had to do monkey business of
(quotient-im/matrix-doc is a fork that's known to produce working code;
you may want to use your own fork if you wish to alter something in the API).
4. If you plan to submit a PR or just would like the generated code to be
- formatted, you should either ensure you have clang-format in your PATH or
- pass the _absolute_ path to it by adding `-DCLANG_FORMAT=<absolute path>`
- to the CMake invocation below.
+ formatted, you should either ensure you have clang-format (version 6 at least)
+ in your PATH or pass the _absolute_ path to it by adding
+ `-DCLANG_FORMAT=<absolute path>` to the CMake invocation below.
#### Generating CS API contents
1. Pass additional configuration to CMake when configuring libQuotient: