servo/python/tidy/tests/servo-tidy.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

19 lines
228 B
TOML

key-outside = ""
[configs]
skip-check-length = false
skip-check-licenses = false
wrong-key = false
[blocked-packages]
[wrong]
wrong-key = true
[ignore]
files = [
"./fake/file.html",
]
directories = [
"./fake/dir",
]