blob: 711de67911629ff51d8ef8a1faa275235e92a804 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
max_width = 79
hard_tabs = false
tab_spaces = 2
edition = "2024"
match_block_trailing_comma = true
merge_derives = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true
# I hate NT users and they hate me.
newline_style = "Unix"
|