/ .pre-commit-config.yaml
.pre-commit-config.yaml
1 # SPDX-FileCopyrightText: 2020 Diego Elio Pettenò 2 # 3 # SPDX-License-Identifier: Unlicense 4 5 repos: 6 - repo: https://github.com/pre-commit/pre-commit-hooks 7 rev: v2.3.0 8 hooks: 9 - id: check-yaml 10 - id: end-of-file-fixer 11 - id: trailing-whitespace 12 - repo: https://github.com/fsfe/reuse-tool 13 rev: v0.12.1 14 hooks: 15 - id: reuse 16 - repo: https://github.com/pre-commit/mirrors-clang-format 17 rev: 'v11.0.1' 18 hooks: 19 - id: clang-format 20 types_or: [file] 21 files: \.(cpp|h|ino)$