mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
415 B
TOML
19 lines
415 B
TOML
hard_tabs = false
|
|
version = "Two"
|
|
|
|
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
|