From 44d78369553286f8c0528426e30d2c7d93372fa1 Mon Sep 17 00:00:00 2001 From: rmntgx Date: Sat, 17 May 2025 21:53:22 +0000 Subject: [PATCH] fix: fixed file extension in CONTRIBUTING.md --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 212b4e4..f1a0c38 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -14,7 +14,7 @@ For small fixes or incremental improvements simply fork the repo and follow the - Configure clangd LSP by generating `compile_commands.json` (e.g. `bear -- make` or `compiledb make`) - Implement your feature. - Check your code works as expected. - - Run the code formatter: `clang-format -i $(git ls-files "*.cpp" "*.h")` + - Run the code formatter: `clang-format -i $(git ls-files "*.c" "*.h")` 3. Commit your changes to a new branch (not `master`, one change per branch) and push it: - Commit messages should: