๐Ÿ“ฆ da-x / vmess

๐Ÿ“„ .rustfmt.toml ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15edition = "2021"
condense_wildcard_suffixes = true
format_strings = true
max_width = 100
merge_imports = true
newline_style = "Unix"
normalize_comments = true
reorder_impl_items = true
report_fixme = "Always"
report_todo = "Always"
unstable_features = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true