7 lines
192 B
YAML
7 lines
192 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)$
|