From d5c41bf43e8e267863ed29cceb1ff47401c74180 Mon Sep 17 00:00:00 2001 From: Joel Falcou Date: Wed, 22 Oct 2025 20:30:22 +0200 Subject: [PATCH] Add setup for pre-commit --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..118b7ce --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: +- repo: https://github.com/pre-commit/mirrors-clang-format + rev: v19.1.7 + hooks: + - id: clang-format + types_or: [c++] \ No newline at end of file