summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 2d278e42e0ee8378392e560bd4f5bb4b871c143d (plain)
1
2
3
4
5
6
repos:
  - repo: https://github.com/pre-commit/mirrors-clang-format
    rev: v17.0.6
    hooks:
      - id: clang-format
        files: "\\.(c|cc|cpp|cxx|h|hh|hpp)$"