nixos-config/treefmt.toml

23 lines
338 B
TOML
Raw Normal View History

[global]
excludes = [
2025-01-15 06:22:10 +00:00
"pkgs/firefox-addons/default.nix",
"subprojects",
]
2022-11-19 03:00:53 +00:00
[formatter.lua]
command = "stylua"
includes = [ "*.lua" ]
[formatter.nix]
command = "nixfmt"
2022-11-19 03:00:53 +00:00
includes = [ "*.nix" ]
[formatter.python]
command = "black"
includes = [ "*.py" ]
[formatter.terraform]
command = "tofu"
options = [ "fmt" ]
includes = [ "*.tf" ]