Remove alejandra
This commit is contained in:
parent
8f9401594b
commit
e8531ba993
3
justfile
3
justfile
|
@ -6,3 +6,6 @@ build profile *args:
|
|||
|
||||
check:
|
||||
nix flake check
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
|
|
@ -227,7 +227,6 @@ rec {
|
|||
pkgs.terraform-ls
|
||||
|
||||
# Formatters
|
||||
pkgs.alejandra
|
||||
pkgs.black
|
||||
pkgs.eslint_d
|
||||
pkgs.nixfmt-rfc-style
|
||||
|
|
|
@ -6,7 +6,7 @@ conform.setup {
|
|||
javascript = { { "prettierd", "prettier" } },
|
||||
just = { "just" },
|
||||
lua = { "stylua" },
|
||||
nix = { { "nixfmt", "alejandra" } },
|
||||
nix = { { "nixfmt" } },
|
||||
php = { { "php_cs_fixer", "phpcbf" } },
|
||||
terraform = { "terraform_fmt" },
|
||||
yaml = { "yamlfmt" },
|
||||
|
|
Reference in a new issue