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
19 lines
228 B
TOML
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",
|
|
]
|