mirror of
https://github.com/vinezombie/vinezombie.git
synced 2026-01-24 23:17:34 +00:00
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.
7 lines
183 B
TOML
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
|