repo: set helix's default formatter

This commit is contained in:
Guanran Wang 2023-12-27 20:02:25 +08:00
parent d313750925
commit 429d9c9fa7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

3
.helix/languages.toml Normal file
View file

@ -0,0 +1,3 @@
[[language]]
name = "nix"
formatter = { command = "alejandra", args = ["--quiet"] }