We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0882d50 commit 47d0bc6Copy full SHA for 47d0bc6
treefmt.nix
@@ -1,3 +1,5 @@
1
+# See available programs from https://github.com/numtide/treefmt-nix/tree/main/programs
2
+
3
{inputs, ...}: {
4
imports = [inputs.treefmt-nix.flakeModule];
5
perSystem = {
@@ -13,6 +15,7 @@
13
15
];
14
16
programs.actionlint.enable = true; # github action linter
17
programs.alejandra.enable = true; # nix
18
+ programs.jsonfmt.enable = true; # json
19
programs.mdformat.enable = true; # markdown
20
programs.rustfmt.enable = true; # rust
21
programs.taplo.enable = true; # toml
0 commit comments