11 lines
146 B
TOML
11 lines
146 B
TOML
edition = "2021"
|
|
|
|
tab_spaces = 2
|
|
max_width = 80
|
|
|
|
#indent_style = "Block"
|
|
#trailing_comma = "Always"
|
|
|
|
#merge_imports = true
|
|
reorder_imports = true
|