dream2nix/treefmt.toml

14 lines
268 B
TOML
Raw Normal View History

[formatter.nix]
command = "alejandra"
includes = ["*.nix"]
2022-03-07 13:47:49 +03:00
excludes = [
"overrides/nodejs/electron/*",
"src/templates/translators/*",
"src/modules/_template/*",
"src/modules/utils/poetry2nix/semver.nix",
2022-03-07 13:47:49 +03:00
]
2022-12-28 22:41:52 +03:00
[formatter.py]
command = "black"
includes = ["*.py"]