Skip to content
Snippets Groups Projects
Commit 6a13f43f authored by Brad King's avatar Brad King
Browse files

CONTRIBUTING: Add a section on coding style

Document that we now define our coding style with `clang-format`.
parent bf451d9f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,16 @@ Please base all new work on the ``master`` branch. Then use
``git format-patch`` to produce patches suitable to post to
the mailing list.
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.
.. _`clang-format`: http://clang.llvm.org/docs/ClangFormat.html
.. _`.clang-format`: .clang-format
License
=======
......
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