1
0
mirror of synced 2025-07-17 17:40:57 +03:00

Add .pre-commit-config.yaml

This commit is contained in:
yhirose
2025-07-08 21:46:03 -04:00
parent 4ff7a1c858
commit c551e97297

7
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8 # 最新バージョンを使用
hooks:
- id: clang-format
files: \.(cpp|cc|h)$
args: [-i] # インプレースで修正