mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-19 13:31:53 +03:00
26 lines
387 B
JSON
26 lines
387 B
JSON
|
{
|
||
|
"ul-indent": {
|
||
|
"indent": 4
|
||
|
},
|
||
|
"ul-style": {
|
||
|
"style": "dash"
|
||
|
},
|
||
|
"emphasis-style": {
|
||
|
"style": "asterisk"
|
||
|
},
|
||
|
"no-duplicate-heading": {
|
||
|
"siblings_only": true
|
||
|
},
|
||
|
"no-inline-html": {
|
||
|
"allowed_elements": [
|
||
|
"a"
|
||
|
]
|
||
|
},
|
||
|
"no-trailing-spaces": {
|
||
|
"br_spaces": 0
|
||
|
},
|
||
|
"line-length": false,
|
||
|
"no-bare-urls": false,
|
||
|
"link-fragments": false
|
||
|
}
|