This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new b3047e7321 [CI] Use common linters directory for `.clang-format`
config (#2627)
b3047e7321 is described below
commit b3047e732122748d9b5ed9b69547b048c55daba2
Author: John Bampton <[email protected]>
AuthorDate: Sun Feb 8 15:58:53 2026 +1000
[CI] Use common linters directory for `.clang-format` config (#2627)
---
.clang-format => .github/linters/.clang-format | 0
.pre-commit-config.yaml | 1 +
2 files changed, 1 insertion(+)
diff --git a/.clang-format b/.github/linters/.clang-format
similarity index 100%
rename from .clang-format
rename to .github/linters/.clang-format
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a0859c794c..0eaa04463f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -278,6 +278,7 @@ repos:
- id: clang-format
name: run clang-format
description: format C files with clang-format
+ args: [--style=file:.github/linters/.clang-format]
types_or: [c]
- repo: https://github.com/PyCQA/bandit
rev: 1.9.2