Skip to content

Commit

Permalink
docs: add clang-format version to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Oct 5, 2024
1 parent 6e2a8e1 commit 40e9960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Below are some conventions that every contributors to this model must apply in o
## Coding conventions

For neXtSIM_DG we use clang-format and the [Webkit style](https://webkit.org/code-style-guidelines/), with a 100 character line length limit.
- We use `clang-format` version 18
- neXtSIM is written using ISO C++17
- All array operations should be done using std::vectors - not C-style arrays
- The use of C-style pointers, new, and delete is strongly discouraged
Expand Down

0 comments on commit 40e9960

Please # to comment.