Skip to content

Commit

Permalink
Treefmt: exclude some file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillecarl committed Jan 11, 2025
1 parent 14303bb commit b47a41e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
{
# Used to find the project root
projectRootFile = "flake.nix";
settings.global.excludes = [
"*.fmt"
"*.age"
"*.pem"
"*.conf"
"*.jpg"
"*.txt"
"*.md"
".gitignore"
];

programs.fish_indent.enable = true;
programs.nixfmt.enable = true;
Expand Down

0 comments on commit b47a41e

Please sign in to comment.