Files
kestrelsnest-blog/.vscode/settings.json
2026-01-08 16:26:45 -05:00

16 lines
383 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.panel.openOnSupportedFile": true
}