Skip to content
Snippets Groups Projects
Commit be3c441e authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'clang-format-15'


3cb35bf3 CONTRIBUTING: Update documented clang-format version to 15

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !273
parents 99d613c6 3cb35bf3
No related branches found
No related tags found
1 merge request!273CONTRIBUTING: Update documented clang-format version to 15
---
# This configuration requires clang-format version 6.0 exactly.
# This configuration requires clang-format version 15 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AllowShortFunctionsOnASingleLine: InlineOnly
......
......@@ -27,7 +27,7 @@ copies of KWSys within dependent projects can be updated to get the changes.
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 KWSys source tree. See the `.clang-format`_ configuration file for
our style settings. Use the `clang-format.bash`_ script to format source
code. It automatically runs ``clang-format`` on the set of source files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment