diff options
author | Brad King <brad.king@kitware.com> | 2016-09-28 15:46:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-28 15:48:13 (GMT) |
commit | 2cbfb5c7a4000f27e93fde178ce3659dca0dbb6e (patch) | |
tree | 09b2589278375e2305237a79ba32af278b6998a3 /CONTRIBUTING.rst | |
parent | 8f25f37676cb860348738eff4dfb1c3b8bae0b59 (diff) | |
download | CMake-2cbfb5c7a4000f27e93fde178ce3659dca0dbb6e.zip CMake-2cbfb5c7a4000f27e93fde178ce3659dca0dbb6e.tar.gz CMake-2cbfb5c7a4000f27e93fde178ce3659dca0dbb6e.tar.bz2 |
CONTRIBUTING: Reference clang-format helper script for code style
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ddf8407..3007900 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -29,9 +29,11 @@ Code Style We use `clang-format`_ to define our style for C++ code in the CMake source tree. See the `.clang-format`_ configuration file for our style settings. Use ``clang-format`` version 3.8 or higher to format source files. +See also the `Utilities/Scripts/clang-format.bash`_ script. .. _`clang-format`: http://clang.llvm.org/docs/ClangFormat.html .. _`.clang-format`: .clang-format +.. _`Utilities/Scripts/clang-format.bash`: Utilities/Scripts/clang-format.bash License ======= |