mirror of
https://gitee.com/open-v2x/docs.git
synced 2025-09-15 20:23:34 +08:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"lineWidth": 100,
|
|
"incremental": false,
|
|
"newLineKind": "lf",
|
|
"markdown": {
|
|
"lineWidth": 100,
|
|
"newLineKind": "lf",
|
|
"deno": true
|
|
},
|
|
"includes": ["**/*.{md}"],
|
|
"excludes": [],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.14.0.wasm"
|
|
]
|
|
}
|