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:
Pyfisch 2018-01-03 21:46:35 +01:00
parent ef4246537d
commit 83bce468ea
3 changed files with 1562 additions and 1143 deletions

View file

@ -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"