From 458877f1945da1adf0811cbd4485c0f635c1bc35 Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Sun, 18 Jul 2021 22:36:53 +0200 Subject: [PATCH] update --- .pre-commit-config.yaml | 8 ++++---- README.txt | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9be556a2..906b08cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,8 @@ repos: rev: 62302476d0da01515660132d76902359bed0f782 hooks: - id: clang-format -- repo: https://github.com/cheshirekow/cmake-format-precommit - rev: v0.6.13 - hooks: - - id: cmake-format +#- repo: https://github.com/cheshirekow/cmake-format-precommit +# rev: v0.6.13 +# hooks: +# - id: cmake-format # - id: cmake-lint diff --git a/README.txt b/README.txt index e69de29b..f70452e6 100644 --- a/README.txt +++ b/README.txt @@ -0,0 +1,3 @@ +# See + +- https://gdevops.gitlab.io/tuto_git/tools/pre-commit/repos_hooks/repo_pre_commit_hooks/end-of-file-fixer/end-of-file-fixer.html -- GitLab