blob: d77d6af54491dbeb2791b49bc975ca2f64624b3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Activation of features, almost objectively better ;)
use_try_shorthand = true
use_field_init_shorthand = true
condense_wildcard_suffixes = true
normalize_comments = true
wrap_comments = true
merge_imports = true
# Heavily subjective style choices
comment_width = 100
blank_lines_upper_bound = 2
|