Use nixfmt before alejandra
This commit is contained in:
parent
75f3877a13
commit
026c4a3c1f
|
@ -6,7 +6,7 @@ conform.setup {
|
|||
javascript = { { "prettierd", "prettier" } },
|
||||
just = { "just" },
|
||||
lua = { "stylua" },
|
||||
nix = { { "alejandra", "nixfmt" } },
|
||||
nix = { { "nixfmt", "alejandra" } },
|
||||
php = { { "php_cs_fixer", "phpcbf" } },
|
||||
terraform = { "terraform_fmt" },
|
||||
yaml = { "yamlfmt" },
|
||||
|
|
Reference in a new issue