clang-format.bash: update to clang-format-18

The `.clang-format` configuration needs no changes to make the
version 18 format close to what version 15 produced before.

Issue: #26123
This commit is contained in:
Brad King
2025-01-23 11:38:03 -05:00
parent 17255e48af
commit e641442149
5 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ See documentation on `CMake Development`_ for more information.
C++ Code Style
==============
We use `clang-format`_ version **15** to define our style for C++ code in
We use `clang-format`_ version **18** 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