enable clang format in pre-commit

This commit is contained in:
Markus Hofbauer
2022-11-17 16:25:50 +01:00
parent 7b78ffb686
commit 2f98f19c69

View File

@@ -10,10 +10,10 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
# - repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
# rev: v15.0.4 rev: v15.0.4
# hooks: hooks:
# - id: clang-format - id: clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13 rev: v0.6.13
hooks: hooks: