blob: d56f55c24de0e0ebce30a764d06fe4b29a6f1f95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Activation of features, almost objectively better ;)
reorder_imports = true
reorder_imported_names = true
use_try_shorthand = true
condense_wildcard_suffices = true
normalize_comments = true
wrap_comments = true
# Heavily subjective style choices
comment_width = 100
chain_one_line_max = 100
array_layout = "Block"
fn_call_style = "Block"
take_source_hints = true
write_mode = "Overwrite"
|