docs: Update clang-format version in docs
authorJeremy Kniager <jeremyk@lunarg.com>
Fri, 27 Mar 2020 15:13:24 +0000 (09:13 -0600)
committerjeremyk-lunarg <jeremyk@lunarg.com>
Mon, 30 Mar 2020 14:23:05 +0000 (08:23 -0600)
Updated the clang-format version in CONTRIBUTING.md:
`5.0.0` -> `7.0.0`

Change-Id: I4d5cf4b228d3c6a689315a64dc2449c39e17d1bf

CONTRIBUTING.md

index 41e0269..bad1de2 100644 (file)
@@ -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: