yact 2.3.3

Yet Another Commit Transformer: a tool for formatting staged files with minimal disturbance to developer workflow.
Documentation
1
2
3
4
5
6
7
8
9
requires_yact_version = ">=2.0.0, <3.0.0"

[[items]]
glob = "**/*.rs"
transformers = [{ External = "Rustfmt" }]

[[items]]
glob = "**/*.md"
transformers = [{ External = "DenoFmt" }]