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

5
.helix/languages.toml Normal file
View file

@ -0,0 +1,5 @@
[[language]]
name = "go"
auto-format = true
formatter = { command = "gofumpt" }