From 1c46449ac494898b58807a141cadc6469444b683 Mon Sep 17 00:00:00 2001 From: LucBro <67575702+LucBro@users.noreply.github.com> Date: Fri, 31 May 2024 20:16:33 +0200 Subject: [PATCH] initial commit --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..5449e5b0 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: stylish-haskell + name: haskell code prettifier + description: A haskell code prettifier. + entry: stylish-haskell + language: haskell + types: [haskell] + args: [-i]