Skip to content

Commit 6dcf95c

Browse files
authored
Merge pull request #180 from buligar/fix/issue-139-cmake-format-root
Move CMake format config to repository root
2 parents 3b61ce2 + d511176 commit 6dcf95c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ repos:
118118
rev: "v0.6.13"
119119
hooks:
120120
- id: cmake-format
121-
args: ["--config", "knp/.cmake-format.yaml"]
121+
args: ["--config", ".cmake-format.yaml"]
122122
- id: cmake-lint
123-
args: ["--config-files", "knp/.cmake-format.yaml"]
123+
args: ["--config-files", ".cmake-format.yaml"]
124124

125125
#
126126
# Python

0 commit comments

Comments
 (0)