servo/rustfmt.toml
Samson c0bee7cb86
Format toml files (#30112)
* Add taplo fmt config for toml fmt

* fmt toml files

* Add even-better-toml to extensions recommendations
2023-08-17 15:07:43 +00:00

4 lines
107 B
TOML

match_block_trailing_comma = true
binop_separator = "Back"
reorder_imports = true
ignore = ["third_party"]