mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-30 22:57:56 +00:00
9 lines
142 B
TOML
9 lines
142 B
TOML
|
[formatter.nix]
|
||
|
command = "nixpkgs-fmt"
|
||
|
includes = [ "*.nix" ]
|
||
|
|
||
|
[formatter.ruby]
|
||
|
command = "rubocop"
|
||
|
options = [ "-x" ]
|
||
|
includes = [ "*.rb" ]
|