mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
13 lines
328 B
TOML
13 lines
328 B
TOML
style_edition = "2021"
|
|
reorder_imports = true
|
|
imports_granularity = "Crate"
|
|
use_small_heuristics = "Max"
|
|
comment_width = 100
|
|
wrap_comments = true
|
|
binop_separator = "Back"
|
|
trailing_comma = "Vertical"
|
|
trailing_semicolon = false
|
|
use_field_init_shorthand = true
|
|
format_code_in_doc_comments = true
|
|
doc_comment_code_block_width = 100
|