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