config: exclude subprojects for formatting

This commit is contained in:
Gabriel Arazas 2024-08-01 12:30:26 +08:00
parent 2a2526f196
commit b43e5f279e
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,6 +1,7 @@
[global] [global]
excludes = [ excludes = [
"pkgs/firefox-addons/default.nix" "pkgs/firefox-addons/default.nix"
"subprojects"
] ]
[formatter.lua] [formatter.lua]