servo/python/tidy/servo_tidy_tests/servo-tidy.toml

19 lines
224 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",
]