summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: db9a0191b05db3100d6ac1acd5ed68cd5cb0658e (plain)
1
2
3
4
5
6
7
8
9
10
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks

minimum_pre_commit_version: 2.9.0

repos:
    - repo: https://github.com/pre-commit/mirrors-clang-format
      rev: v10.0.1
      hooks:
          - id: clang-format