diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e459a8d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "editor.minimap.enabled": false, - "editor.wrappingIndent": "indent", - "editor.overviewRulerBorder": false, - "editor.lineHeight": 24, - "[markdown]": { - "editor.quickSuggestions": { - "comments": "on", - "strings": "on", - "other": "on" - } - }, - "files.defaultLanguage": "markdown", - "files.exclude": { - "**/node_modules": true - }, - "files.watcherExclude": { - "**/node_modules": true - }, - "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, -}