nixos-config/treefmt.toml

12 lines
182 B
TOML
Raw Normal View History

2022-11-19 03:00:53 +00:00
[formatter.lua]
command = "stylua"
includes = [ "*.lua" ]
[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
[formatter.python]
command = "black"
includes = [ "*.py" ]