mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Add rustfmt.toml.
This commit is contained in:
parent
955e2851bf
commit
b214c3c1da
1 changed files with 7 additions and 0 deletions
7
rustfmt.toml
Normal file
7
rustfmt.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue