treefmt: enable various formatters
This commit is contained in:
parent
4730e07206
commit
039ece57cf
1 changed files with 5 additions and 0 deletions
|
|
@ -3,4 +3,9 @@
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
|
|
||||||
programs.nixfmt.enable = true;
|
programs.nixfmt.enable = true;
|
||||||
|
programs.biome.enable = true;
|
||||||
|
programs.stylua.enable = true;
|
||||||
|
programs.taplo.enable = true;
|
||||||
|
programs.mdformat.enable = true;
|
||||||
|
programs.shellcheck.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue