Added autoformatter for nix files.

This commit is contained in:
orca 2024-02-03 21:33:05 +01:00
parent 28a0baf202
commit 9a7f9409f4
Signed by: orca
GPG key ID: 6923B8DFED96A68A

View file

@ -49,3 +49,8 @@ auto-format = true
name = "markdown"
formatter = { command = "git", args = [ "stripspace" ] }
auto-format = true
[[language]]
name = "nix"
formatter = { command = "nixfmt" }
auto-format = true