Skip to content

Commit 47d0bc6

Browse files
add jsonfmt
1 parent 0882d50 commit 47d0bc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

treefmt.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# See available programs from https://github.com/numtide/treefmt-nix/tree/main/programs
2+
13
{inputs, ...}: {
24
imports = [inputs.treefmt-nix.flakeModule];
35
perSystem = {
@@ -13,6 +15,7 @@
1315
];
1416
programs.actionlint.enable = true; # github action linter
1517
programs.alejandra.enable = true; # nix
18+
programs.jsonfmt.enable = true; # json
1619
programs.mdformat.enable = true; # markdown
1720
programs.rustfmt.enable = true; # rust
1821
programs.taplo.enable = true; # toml

0 commit comments

Comments
 (0)