treefmt/test/examples/touch.toml
Brian McGee 92321c8737
feat: improve specifying formatters test
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-05-10 11:43:28 +01:00

5 lines
92 B
TOML

[formatter.echo]
command = "touch"
# only change mtime
options = ["-m"]
includes = [ "*.*" ]