smolgrep/rustfmt.toml
2026-07-27 11:43:59 +03:00

6 lines
127 B
TOML

# Prettier-like Rust formatting
edition = "2021"
max_width = 100
tab_spaces = 4
hard_tabs = false
use_small_heuristics = "Max"