From 40e99609b11263971a1866b7743d3e5c936498d8 Mon Sep 17 00:00:00 2001 From: melt Date: Sat, 5 Oct 2024 15:11:11 -0400 Subject: [PATCH] docs: add clang-format version to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 669e75537..82f1a34e6 100644 --- a/README.md +++ b/README.md @@ -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