Files
KytyPS5/.pre-commit-config.yaml
T
2026-07-18 06:35:04 +02:00

9 lines
215 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.3
hooks:
- id: clang-format
name: clang-format (C++)
files: ^src/.*\.(?:cpp|h|inc)$
types: [file]