From 5ada3a0e7c2295a6c950904e1fa390d90a0d68b9 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Tue, 14 Nov 2023 16:29:03 +0100 Subject: [PATCH 1/2] add deprecation message --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 4a1412d..61b5dcd 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ +# !! Deprecated !! + +This project has been deprecated and is no longer maintained. + +An alternative solution can be using [pre-commit](https://pre-commit.com/) in combination with a clang-format hook. + # git-cmake-format This project aims to provide a quick and easy way to integrate clang-format into From 2c02f5d129574fbacbee90fe6a334d7bb58909dd Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Tue, 14 Nov 2023 16:53:56 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 61b5dcd..d4ae146 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,7 @@ This project has been deprecated and is no longer maintained. An alternative solution can be using [pre-commit](https://pre-commit.com/) in combination with a clang-format hook. +Several hooks are available from https://pre-commit.com/hooks.html, by searching for `clang-format`. # git-cmake-format