summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authoraktersnurra <gustaf@gustafrydholm.xyz>2026-04-18 00:52:28 +0200
committeraktersnurra <gustaf@gustafrydholm.xyz>2026-04-20 22:58:39 +0200
commit11d50dc8934a5b9e9be73d0445789e005843dfc2 (patch)
treec87c84806ab5fcd48f191c765650b91e1e52ce6f /.pre-commit-config.yaml
parent0f3690bd084ba3b47b4c356089b03a6df763572c (diff)
more based changesHEADmaster
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 572aabe..f920d24 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,3 +3,11 @@ repos:
rev: v0.11.3
hooks:
- id: stylua
+ - repo: local
+ hooks:
+ - id: fnlfmt
+ name: fnlfmt
+ entry: fnlfmt --fix
+ language: system
+ files: '\.fnl$'
+ exclude: '\.fnlm$'