mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
10 lines
179 B
TOML
10 lines
179 B
TOML
edition = "2021"
|
|
|
|
comment_width = 100
|
|
imports_granularity = "Crate"
|
|
max_width = 100
|
|
newline_style = "Unix"
|
|
# normalize_comments = true
|
|
reorder_imports = true
|
|
wrap_comments = true
|