Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 2m39s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
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"
|