mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
9 lines
221 B
YAML
9 lines
221 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: "v22.1.4"
|
|
hooks:
|
|
- id: clang-format
|
|
args: ["--style=file"]
|
|
types_or: ["c++", "c"]
|
|
exclude: '^third_party/.*$'
|