mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-30 18:15:46 +03:00
8 lines
140 B
TOML
8 lines
140 B
TOML
[formatter.nix]
|
|
command = "alejandra"
|
|
includes = ["*.nix"]
|
|
excludes = [
|
|
"overrides/nodejs/electron/*",
|
|
"src/templates/translators/*",
|
|
]
|