From d4b629cc275769c2553db819643849cda2395a17 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 5 Jan 2026 12:40:09 -0500 Subject: init wip wip, pt2 wip, pt3 --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-config.yaml (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..2d278e4 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: + - repo: https://github.com/pre-commit/mirrors-clang-format + rev: v17.0.6 + hooks: + - id: clang-format + files: "\\.(c|cc|cpp|cxx|h|hh|hpp)$" -- cgit v1.2.3