mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
9 lines
169 B
TOML
9 lines
169 B
TOML
[formatter.nix]
|
|
command = "alejandra"
|
|
includes = ["*.nix"]
|
|
excludes = [
|
|
"overrides/nodejs/electron/*",
|
|
"src/templates/translators/*",
|
|
"src/modules/_template/*",
|
|
]
|