feat: replace alejandra with nixfmt(rfc-style) 1.0.0

This commit is contained in:
Ryan Yin
2025-07-30 01:16:58 +08:00
parent 30fefb0f5f
commit bc163b8157
4 changed files with 9 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ return {
formatting.shfmt, -- Shell formatter
formatting.terraform_fmt, -- Terraform formatter
formatting.stylua, -- Lua formatter
formatting.alejandra, -- Nix formatter
-- formatting.alejandra, -- Nix formatter
formatting.sqlfluff.with { -- SQL formatter
extra_args = { "--dialect", "postgres" }, -- change to your dialect
},