From d63d913b74dbe8df48ed5c5a36b38644fafe3ee8 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Mon, 27 Jun 2022 20:04:22 +0430 Subject: [PATCH] remove vscode files --- .vscode/settings.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .vscode/settings.json 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, -}