mirror of
https://github.com/KytyPS5/KytyPS5.git
synced 2026-08-03 11:23:49 +00:00
9 lines
215 B
YAML
9 lines
215 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v22.1.3
|
|
hooks:
|
|
- id: clang-format
|
|
name: clang-format (C++)
|
|
files: ^src/.*\.(?:cpp|h|inc)$
|
|
types: [file]
|