mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Format parts of layout
Formats the following files: * components/layout/display_list_builder.rs * components/layout/webrender_helpers.rs Remove outdated options from rustfmt.toml. Configure rustfmt to place binary operators at the end of line (to match ./mach test-tidy).
This commit is contained in:
parent
ef4246537d
commit
83bce468ea
3 changed files with 1562 additions and 1143 deletions
|
@ -1,7 +1,2 @@
|
|||
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
|
||||
binop_separator = "Back"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue