Ver Fonte

Merge topic 'clang-format-15'

53d7d8d4ee Help/dev: Update source code guide to specify clang-format version 15

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8091
Brad King há 2 anos atrás
pai
commit
35afae5913
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Help/dev/source.rst

+ 1 - 1
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