12 lines
185 B
TOML
12 lines
185 B
TOML
[formatter.nix]
|
|
command = "nixfmt"
|
|
includes = ["*.nix"]
|
|
|
|
[formatter.deadnix]
|
|
command = "deadnix"
|
|
includes = ["*.nix"]
|
|
|
|
[formatter.shellcheck]
|
|
command = "shellcheck"
|
|
includes = ["*.sh"]
|