From d0f4c3120e4268cdaf3e95860718e41224a0895c Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 10 Jan 2021 10:56:31 +0100 Subject: [PATCH] We're using clang format 11 on CI now --- README.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.clang-format b/README.clang-format index 3b1a93b5b..19d1038dc 100644 --- a/README.clang-format +++ b/README.clang-format @@ -7,7 +7,7 @@ To get the clang-format warnings locally instead at CI time we recommend you to copy the hooks/pre-commit to your .git cp hooks/pre-commit .git/hooks/ -We are using clang-format 10 on CI. Unfortunately clang-format is not totally +We are using clang-format 11 on CI. Unfortunately clang-format is not totally compatible with older versions of itself. If CI gives you trouble but your local clang-format disagrees, just apply the changes suggested by CI and then commit with the --no-verify flag. If you get stuck, don't hesitate to ask the reviewer