From 1f4329e97534a804848d546e2d9b29acf2e999c1 Mon Sep 17 00:00:00 2001 From: aandres Date: Sun, 28 Apr 2024 13:26:49 +0100 Subject: [PATCH] Add pre commit hooks to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22762f47..48c13f07 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ Alternatively, you can use [Spotless](https://github.com/diffplug/spotless) with Consider using [Spotless](https://github.com/diffplug/spotless) with the [ktfmt Maven plugin](https://github.com/diffplug/spotless/tree/main/plugin-maven#ktfmt). +### using pre-commit hooks + +A [pre-commit hook](https://pre-commit.com/hooks.html) is implemented in [language-formatters-pre-commit-hooks](https://github.com/macisamuele/language-formatters-pre-commit-hooks) + ## FAQ ### `ktfmt` vs `ktlint` vs IntelliJ