12 lines
266 B
TOML
12 lines
266 B
TOML
edition = "2024"
|
|
style_edition = "2024"
|
|
tab_spaces = 4
|
|
newline_style = "Auto"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
reorder_impl_items = true
|
|
indent_style = "Block"
|
|
normalize_comments = false
|
|
imports_granularity = "Module"
|
|
group_imports = "StdExternalCrate"
|