diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3048387..24c3359 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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