servo/rustfmt.toml
Pyfisch 83bce468ea 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).
2018-01-03 21:49:47 +01:00

2 lines
59 B
TOML

match_block_trailing_comma = true
binop_separator = "Back"