From a860d5d519bbf2f8d518235c4badbb614198eb08 Mon Sep 17 00:00:00 2001 From: Jeremy Kniager Date: Fri, 27 Mar 2020 09:13:24 -0600 Subject: [PATCH] docs: Update clang-format version in docs Updated the clang-format version in CONTRIBUTING.md: `5.0.0` -> `7.0.0` Change-Id: I4d5cf4b228d3c6a689315a64dc2449c39e17d1bf --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41e0269..bad1de2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ a good reason is "This violates the style guide, but it improves type safety." * There are `.clang-format` files present in the repository to define clang-format settings which are found and used automatically by clang-format. * **clang-format** binaries are available from the LLVM orginization, here: [LLVM](https://clang.llvm.org/). Our CI system (Travis-CI) - currently uses clang-format version 5.0.0 to check that the lines of code you have changed are formatted properly. It is + currently uses clang-format version 7.0.0 to check that the lines of code you have changed are formatted properly. It is recommended that you use the same version to format your code prior to submission. * A sample git workflow may look like: -- 2.7.4