feat(pre-commit): add cmake-format and cmake-lint hooks

This commit is contained in:
HendrikRauh 2026-03-16 21:59:46 +01:00
parent 5517a49e14
commit cebe56541a

View file

@ -98,3 +98,8 @@ repos:
entry: nixfmt
language: system
types: [nix]
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.10
hooks:
- id: cmake-format
- id: cmake-lint