mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 05:33:59 -05:00
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
|