mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
13 lines
325 B
TOML
13 lines
325 B
TOML
|
edition = "2021"
|
||
|
unstable_features = true
|
||
|
wrap_comments = true
|
||
|
imports_granularity = "Module"
|
||
|
reorder_impl_items = true
|
||
|
group_imports = "StdExternalCrate"
|
||
|
format_code_in_doc_comments = true
|
||
|
format_macro_matchers = true
|
||
|
hex_literal_case = "Lower"
|
||
|
format_strings = true
|
||
|
use_field_init_shorthand = true
|
||
|
use_try_shorthand = true
|