summaryrefslogtreecommitdiffstats
path: root/media/audioipc/rustfmt.toml
blob: 9e4912fff734971c75c4dad5054551e11a33ec1d (plain)
1
2
3
4
5
6
7
8
9
10
ideal_width = 80
match_block_trailing_comma = true
max_width = 120
newline_style = "Unix"
normalize_comments = false
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true
reorder_imports = true
reorder_imported_names = true
trailing_comma = "Never"