9 lines
236 B
TOML
9 lines
236 B
TOML
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
license_template_path = ".cargo/license.rs"
|
|
newline_style = "Unix"
|
|
unstable_features = true
|
|
wrap_comments = true
|