summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 02adf09cd1f8bae8d946756a1b0683534502d96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fail_fast: false
repos:
  - repo: https://github.com/pocc/pre-commit-hooks
    rev: v1.1.1
    hooks:
      - id: clang-format
        args:
          - -i
  - repo: https://github.com/pre-commit/mirrors-prettier
    rev: v2.2.1
    hooks:
      - id: prettier