aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/tests/servo-tidy.toml
blob: 3e6117e2c8037da13783a26ec531852e614fb6a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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",
]