treefmt/test/examples/touch.toml

5 lines
92 B
TOML
Raw Normal View History

2023-12-23 15:50:47 +03:00
[formatter.echo]
command = "touch"
# only change mtime
options = ["-m"]
2023-12-23 15:50:47 +03:00
includes = [ "*.*" ]