mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
14 lines
268 B
TOML
14 lines
268 B
TOML
[formatter.nix]
|
|
command = "alejandra"
|
|
includes = ["*.nix"]
|
|
excludes = [
|
|
"overrides/nodejs/electron/*",
|
|
"src/templates/translators/*",
|
|
"src/modules/_template/*",
|
|
"src/modules/utils/poetry2nix/semver.nix",
|
|
]
|
|
|
|
[formatter.py]
|
|
command = "black"
|
|
includes = ["*.py"]
|