From 53d7d8d4eef380c42373a9d8308240cfeb61c955 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 19 Jan 2023 09:13:24 -0500 Subject: Help/dev: Update source code guide to specify clang-format version 15 --- Help/dev/source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/dev/source.rst b/Help/dev/source.rst index f488b3e..68ca743 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -9,7 +9,7 @@ See documentation on `CMake Development`_ for more information. C++ Code Style ============== -We use `clang-format`_ version **6.0** to define our style for C++ code in +We use `clang-format`_ version **15** to define our style for C++ code in the CMake source tree. See the `.clang-format`_ configuration file for our style settings. Use the `Utilities/Scripts/clang-format.bash`_ script to format source code. It automatically runs ``clang-format`` on the set of -- cgit v0.12