{ "editor.minimap.enabled": false, "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.lineHeight": 24, "[markdown]": { "editor.quickSuggestions": true }, "files.defaultLanguage": "markdown", "files.exclude": { "**/node_modules": true }, "files.watcherExclude": { "**/node_modules": true }, "foam.edit.linkReferenceDefinitions": "off", "foam.openDailyNote.directory": "journal", "foam.openDailyNote.titleFormat": "isoUtcDateTime", "git.enableSmartCommit": true, "git.postCommitCommand": "sync", "markdown.preview.breaks": true, "pasteImage.path": "${currentFileDir}/images", "pasteImage.showFilePathConfirmInputBox": true, "prettier.singleQuote": false, "spellright.language": [ "zh-CN" ], "spellright.documentTypes": [ "latex", "plaintext" ], }