mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
13 lines
269 B
YAML
13 lines
269 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v17.0.2
|
|
hooks:
|
|
- id: clang-format
|
|
types:
|
|
- c++
|