From c7e942bcfbd9cec8e26b9a560b0c6b36c43274ae Mon Sep 17 00:00:00 2001 From: Mikhail Koviazin Date: Mon, 26 Aug 2024 14:34:45 +0200 Subject: [PATCH] README: Added clang-format mention in contributing section Signed-off-by: Mikhail Koviazin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fbb532..826ce8e 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,5 @@ sudo make install ## Contributing Contributions from the community are welcome. Feel free to open a PR with a bugfix or new feature. Note that if you would like to merge a large feature it's probably a good idea to open an issue first rather than spending a lot of time on a PR that may not be accepted. + +When making a change, please use `git clang-format` or [format-files.sh](./scripts/format-files.sh) to format your changes properly. This repository is currently using `clang-format` 18.1.3 to format the code.