Skip to content

Commit

Permalink
[doc] add used clang-format version to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipportner committed Oct 1, 2024
1 parent d5561a4 commit bd8ae59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ At the same time, this freedom comes with certain responsibilities, which are ro
### Code Style

Before contributing, please make sure to run `clang-format` on your C++ (.h and
.cpp) files.
.cpp) files. The codebase is currently formatted with `clang-format` version
`18.1.8`.
We provide a `.clang-format` file at the root of the repository. Most text
editors and IDEs will have some kind of integration for detecting that file
and automatically applying `clang-format`. `git-clang-format` can be used to
Expand Down

0 comments on commit bd8ae59

Please sign in to comment.