18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"[markdown]": {
|
|
"editor.fontSize": 14,
|
|
"editor.lineHeight": 26,
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.wordWrapColumn": 64,
|
|
"editor.lineNumbers": "off",
|
|
"editor.quickSuggestions": {
|
|
"comments": "off",
|
|
"strings": "off",
|
|
"other": "off"
|
|
},
|
|
"editor.minimap.enabled": false
|
|
},
|
|
"frontMatter.content.autoUpdateDate": true,
|
|
"frontMatter.preview.host": "http://localhost:1313/",
|
|
"frontMatter.dashboard.openOnStart": true
|
|
} |