mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 07:57:58 -05:00
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: HAOYUatHZ <haoyu@protonmail.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
|