mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 12:43:53 +00:00
637eae2354
MozReview-Commit-ID: Ci2xbenAd8i --HG-- extra : rebase_source : 01325390ea1b8fdd133bf00380f05862d59f8a42
10 lines
264 B
TOML
10 lines
264 B
TOML
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" |