2024-06-28 09:27:48 -06:00
|
|
|
[formatter.statix]
|
2024-11-10 06:52:40 -07:00
|
|
|
#command = "statix"
|
|
|
|
#options = ["check"]
|
|
|
|
command = "sh"
|
|
|
|
options = ["-euc", "for file in \"$@\"; do statix check \"$file\"; done"]
|
|
|
|
includes = [ "*.nix" ]
|
2024-06-28 09:27:48 -06:00
|
|
|
priority = 1
|
|
|
|
|
|
|
|
[formatter.deadnix]
|
|
|
|
command = "deadnix"
|
|
|
|
options = ["-f"]
|
|
|
|
includes = [ "*.nix" ]
|
|
|
|
priority = 2
|
|
|
|
|
|
|
|
[formatter.nix]
|
|
|
|
command = "nix"
|
|
|
|
options = ["fmt"]
|
|
|
|
includes = ["*.nix"]
|
|
|
|
priority = 3
|
|
|
|
|
|
|
|
[formatter.shfmt]
|
|
|
|
command = "shfmt"
|
|
|
|
options = ["-w"]
|
|
|
|
includes = ["*.sh", "bin/*"]
|
|
|
|
priority = 1
|
|
|
|
|
|
|
|
[formatter.perltidy]
|
|
|
|
command = "perltidy"
|
|
|
|
options = ["-b"]
|
|
|
|
includes = ["*.pl", "*.PL"]
|
|
|
|
priority = 1
|