asciidoctor-foodogsquared-e.../treefmt.toml
2023-07-07 12:14:33 +08:00

9 lines
142 B
TOML

[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
[formatter.ruby]
command = "rubocop"
options = [ "-x" ]
includes = [ "*.rb" ]