Skip to content

Commit

Permalink
treefmt: remove redundant flag, exclude symlinked file
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 11, 2024
1 parent 614e60a commit 872b09a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@

prettier = {
options = [
"--write"
"--prose-wrap"
"never"
];
excludes = [ "*secrets.yaml" ];
excludes = [
"config.yaml"
"*secrets.yaml"
];
};
};
}

0 comments on commit 872b09a

Please sign in to comment.