garden/.vscode/settings.json

29 lines
899 B
JSON
Raw Normal View History

2020-06-20 01:24:45 +00:00
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
2020-06-24 23:20:38 +00:00
"[markdown]": {
"editor.quickSuggestions": true
},
2021-11-24 04:00:28 +00:00
"files.defaultLanguage": "markdown",
2020-08-01 16:07:42 +00:00
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
2021-11-24 04:00:28 +00:00
"**/node_modules": true
2020-08-01 16:07:42 +00:00
},
2021-11-24 04:00:28 +00:00
"foam.edit.linkReferenceDefinitions": "off",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "fullDate",
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"markdown.preview.breaks": true,
"pasteImage.path": "${projectRoot}/attachments",
"pasteImage.showFilePathConfirmInputBox": true,
"prettier.singleQuote": false,
"spellright.notificationClass": "warning",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
2021-11-24 04:00:28 +00:00
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
2020-06-20 01:24:45 +00:00
}