mirror of
https://github.com/ivabus/rust-template
synced 2024-11-21 16:05:10 +03:00
11 lines
230 B
TOML
11 lines
230 B
TOML
edition = "2021"
|
|
hard_tabs = true
|
|
merge_derives = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Off"
|
|
|
|
# May need nightly rustfmt
|
|
wrap_comments = true
|
|
comment_width = 80
|