mirror of
https://github.com/nix-community/disko.git
synced 2026-01-12 09:18:33 +01:00
11 lines
185 B
TOML
11 lines
185 B
TOML
[formatter.nix]
|
|
command = "nixfmt"
|
|
includes = ["*.nix"]
|
|
|
|
[formatter.deadnix]
|
|
command = "deadnix"
|
|
includes = ["*.nix"]
|
|
|
|
[formatter.shellcheck]
|
|
command = "shellcheck"
|
|
includes = ["*.sh"]
|