From 7b43bd7dbc7bc935d5f9b6d306e6698ba52f5d37 Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Thu, 2 Jan 2025 06:36:54 -0800 Subject: [PATCH] pre-commit hook for clang-format --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 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 00000000..955edccb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: +- repo: https://github.com/pre-commit/mirrors-clang-format + rev: v19.1.5 + hooks: + - id: clang-format