From ba0bd655104bcd882eb00861362ed38c46d4df6c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 9 Dec 2023 08:02:34 +0900 Subject: [PATCH] Update CONTRIBUTING.md formating -> formatting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68218988..58a10626 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ possible. 1. Fork and submit pull requests to the repo. 2. If you've added code that should be tested, add tests. 3. Every PR should have passing tests and at least one review. -4. For code formating install `pre-commit` using something like `pip install pre-commit` and run `pre-commit install`. +4. For code formatting install `pre-commit` using something like `pip install pre-commit` and run `pre-commit install`. This should install hooks for running `black` and `clang-format` to ensure consistent style for C++ and python code.