dream2nix/treefmt.toml
2022-12-28 20:41:52 +01:00

13 lines
223 B
TOML

[formatter.nix]
command = "alejandra"
includes = ["*.nix"]
excludes = [
"overrides/nodejs/electron/*",
"src/templates/translators/*",
"src/modules/_template/*",
]
[formatter.py]
command = "black"
includes = ["*.py"]