servo/taplo.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

9 lines
212 B
TOML

# upstream files we should not format
exclude = ["third_party/**", "tests/**"]
[formatting]
array_auto_collapse = false
array_auto_expand = false
align_comments = false
column_width = 120
indent_string = " "