foam-template/.vscode/settings.json
2020-07-27 20:51:16 +01:00

13 lines
380 B
JSON

{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
}