smolgrep/rustfmt.toml

7 lines
127 B
TOML
Raw Permalink Normal View History

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