Files
stealth/rustfmt.toml
2026-03-25 22:12:32 -03:00

13 lines
274 B
TOML

max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
edition = "2021"
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
merge_derives = true