Files
md-fmt/rustfmt.toml
oscar 956c427eea feat: initial markdown formatter
Parse with pulldown-cmark and re-emit canonical markdown through a
hand-written event renderer. Formats a file in place or stdin to
stdout.
2026-07-02 19:30:26 +02:00

6 lines
117 B
TOML

edition = "2024"
max_width = 80
wrap_comments = true
imports_granularity = "Item"
group_imports = "StdExternalCrate"