Skip to content

Commit

Permalink
Address treefmt warnings (#325)
Browse files Browse the repository at this point in the history
* just update

* Exclude non-formattable files from treffmt
  • Loading branch information
francishamel authored Oct 3, 2024
1 parent 8a56ad1 commit 17a9ac9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions devshell/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
stylua.enable = true;
taplo.enable = true;
};
settings.global.excludes = [
".envrc"
".gitignore"
"flake.lock"
"justfile"
"**/.gitkeep"
];
};
};
}
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17a9ac9

Please sign in to comment.