mirror of
https://github.com/hengyoush/kyanos.git
synced 2025-12-20 01:03:46 +08:00
* docs: introduce prettier and md-padding to format docs Signed-off-by: spencercjh <spencercjh@gmail.com> * fix: make github alerts work Signed-off-by: spencercjh <spencercjh@gmail.com> * fix: make all markdown extensions work Signed-off-by: spencercjh <spencercjh@gmail.com> * fix: reformat new codes from main Signed-off-by: spencercjh <spencercjh@gmail.com> --------- Signed-off-by: spencercjh <spencercjh@gmail.com>
14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
{
|
|
"proseWrap": "always",
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"parser": "markdown"
|
|
}
|
|
}
|
|
]
|
|
}
|