summaryrefslogtreecommitdiffstats
path: root/Help/dev/source.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-19 14:13:24 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-19 14:13:24 (GMT)
commit53d7d8d4eef380c42373a9d8308240cfeb61c955 (patch)
tree3e972e0c72e47635df09d4df80ffd65eea33b42f /Help/dev/source.rst
parent33abef7416401b7db9f5f68cee447b4246310e72 (diff)
downloadCMake-53d7d8d4eef380c42373a9d8308240cfeb61c955.zip
CMake-53d7d8d4eef380c42373a9d8308240cfeb61c955.tar.gz
CMake-53d7d8d4eef380c42373a9d8308240cfeb61c955.tar.bz2
Help/dev: Update source code guide to specify clang-format version 15
Diffstat (limited to 'Help/dev/source.rst')
-rw-r--r--Help/dev/source.rst2
1 files changed, 1 insertions, 1 deletions
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