blob: 5974bd66796dd6fb4ffb0375d7943f140bd4f8ec (
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: master
    hooks:
      - id: clang-format
        args:
          - -i
  - repo: https://github.com/prettier/prettier
    rev: master
    hooks:
      - id: prettier
 |