chore: make project helix ready

This commit is contained in:
crapStone 2025-06-10 23:24:49 +02:00
parent 77d44e51fa
commit 81e4b0e70f
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
4 changed files with 83 additions and 33 deletions

14
treefmt.toml Normal file
View file

@ -0,0 +1,14 @@
formatters = ["gofumpt", "prettier", "nixfmt"]
[formatter.gofumpt]
command = "gofumpt"
includes = [ "*.go" ]
[formatter.prettier]
command = "prettier"
includes = [ "*.md", "*.yaml" ]
[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]