blob: 25060d89d5771ae0718bef047221f91888c66f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Activation of features, almost objectively better ;)
reorder_imports = true
reorder_imported_names = true
reorder_imports_in_group = true
use_try_shorthand = true
condense_wildcard_suffices = true
normalize_comments = true
wrap_comments = true
# Heavily subjective style choices
comment_width = 100
take_source_hints = true
|