Skip to content

Commit

Permalink
Update VSCode settings for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Feb 28, 2024
1 parent 01f77e8 commit 4ba9abb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"frontMatter.framework.id": "other",
"frontMatter.content.publicFolder": ""
"frontMatter.content.publicFolder": "",
"[markdown]": {
"editor.fontSize": 14,
"editor.lineHeight": 26,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64,
"editor.lineNumbers": "off",
"editor.quickSuggestions": false,
"editor.minimap.enabled": false
}
}

0 comments on commit 4ba9abb

Please sign in to comment.