treefmt: Exclude hardware directory

This commit is contained in:
Donovan Glover 2023-06-22 08:00:13 -04:00
parent ae1af336ba
commit 3a6cd7e60d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,3 +6,4 @@ includes = [ "*.cr" ]
[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
excludes = [ "./hardware/*" ]