mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
21 lines
580 B
JSON
21 lines
580 B
JSON
{
|
|
"default": true,
|
|
"header-style": { "style": "atx" },
|
|
"ul-indent": { "indent": 4 },
|
|
"no-multiple-blanks": true,
|
|
"line-length": false,
|
|
"single-h1": false,
|
|
"no-trailing-punctuation": false,
|
|
"no-inline-html": true,
|
|
"no-bare-urls": false,
|
|
"no-emphasis-as-header": false,
|
|
"fenced-code-language": true,
|
|
"first-line-h1": false,
|
|
"code-block-style": { "style": "fenced" },
|
|
"single-trailing-newline": true,
|
|
"no-hard-tabs": true,
|
|
"no-trailing-spaces": true,
|
|
"list-marker-space": false,
|
|
"no-blanks-blockquote": false
|
|
}
|