mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-04-28 03:39:53 +00:00
Squashed commit of the following:
commit 0dc9600ff3bd8573d805e4de4d85290b1052a222
Author: Andrey Meshkov <am@adguard.com>
Date: Sun Dec 21 20:53:02 2025 +0300
Rollback to the old changelog
commit fb56f619d5f703d712dbfdb95ab093a211dc0c58
Author: Andrey Meshkov <am@adguard.com>
Date: Sun Dec 21 20:36:24 2025 +0300
Improve the dev doc
commit afd44a5e2bebd51b07dcb587cf39ada925a42db9
Author: Andrey Meshkov <am@adguard.com>
Date: Sun Dec 21 20:32:49 2025 +0300
Added auto-formatting and pre-commit hook
24 lines
443 B
JSON
24 lines
443 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", "p", "picture", "source", "img"]
|
|
},
|
|
"no-trailing-spaces": {
|
|
"br_spaces": 0
|
|
},
|
|
"line-length": false,
|
|
"no-bare-urls": false,
|
|
"no-emphasis-as-heading": false,
|
|
"link-fragments": false
|
|
}
|