mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
* Add taplo fmt config for toml fmt * fmt toml files * Add even-better-toml to extensions recommendations
9 lines
212 B
TOML
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 = " "
|