Files
vinezombie/.rustfmt.toml
TheDaemoness a5d4f9f969 Burn the world
This commit marks the start of a major rewrite and shift in goals.
While there is a significant amount of prior design experimentation
leading up to this point, the codebase essentially gets rewritten here.
2023-06-10 12:04:04 -07:00

7 lines
183 B
TOML

edition = "2021" # Included to simplify non-cargo fmt runs.
max_width = 100
use_small_heuristics = "Max"
use_try_shorthand = true
wrap_comments = true
use_field_init_shorthand = true