bmath/.pre-commit-config.yaml

7 lines
182 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
hooks:
- id: clang-format
args: [--style=file]
files: \.(cc|cpp|cxx|hh|hpp|hxx)$