mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2025-01-08 14:20:31 +00:00
15 lines
284 B
YAML
15 lines
284 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: clang-format
|
|
name: clang-format
|
|
entry: clang-format
|
|
args: ["-style=file", "-i"]
|
|
language: system
|
|
files: \.[ch](pp)?$
|
|
- id: imports
|
|
name: imports
|
|
entry: tools/sort_imports
|
|
language: system
|
|
files: \.[ch](pp)?$
|