diff options
author | Brad King <brad.king@kitware.com> | 2023-01-19 14:16:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-19 14:16:16 (GMT) |
commit | 35afae59137a31fb8f771469c04043e32a8f330b (patch) | |
tree | 7a133a59d229bd0c2b2c553ab68516bde594c3f2 | |
parent | d6d847607c5f312c9b85605c8a4596377275a34b (diff) | |
parent | 53d7d8d4eef380c42373a9d8308240cfeb61c955 (diff) | |
download | CMake-35afae59137a31fb8f771469c04043e32a8f330b.zip CMake-35afae59137a31fb8f771469c04043e32a8f330b.tar.gz CMake-35afae59137a31fb8f771469c04043e32a8f330b.tar.bz2 |
Merge topic 'clang-format-15'
53d7d8d4ee Help/dev: Update source code guide to specify clang-format version 15
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8091
-rw-r--r-- | Help/dev/source.rst | 2 |
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 |