cargo-makima/.rustfmt.toml

11 lines
225 B
TOML
Raw Permalink Normal View History

2023-03-19 17:56:11 +03:00
edition = "2021"
hard_tabs = true
merge_derives = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_small_heuristics = "Off"
wrap_comments = true
comment_width = 80
indent_style = "Block"