mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
19 lines
439 B
TOML
19 lines
439 B
TOML
edition = "2024"
|
|
style_edition = "2024"
|
|
hard_tabs = false
|
|
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
wrap_comments = true
|
|
#temporary disabled because of bug #461
|
|
#normalize_doc_attributes = true
|
|
|
|
use_try_shorthand = true
|
|
reorder_impl_items = true
|
|
|
|
fn_single_line = true
|
|
inline_attribute_width = 50
|
|
match_block_trailing_comma = true
|
|
imports_granularity="Crate"
|
|
overflow_delimited_expr = true
|
|
use_field_init_shorthand = true
|