mirror of https://github.com/MingweiSamuel/Riven
11 lines
295 B
TOML
11 lines
295 B
TOML
format_code_in_doc_comments = true
|
|
format_macro_matchers = true
|
|
group_imports = "StdExternalCrate"
|
|
hex_literal_case = "Lower"
|
|
imports_granularity = "Module"
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
normalize_doc_attributes = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|