1
0
mirror of synced 2025-07-27 23:41:48 +03:00
Files
cpp-httplib/.pre-commit-config.yaml
2025-07-08 21:46:03 -04:00

7 lines
233 B
YAML

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