From 093a132d96e32dd1790f400ad1db226b391d793f Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 1 Aug 2021 00:50:24 +0200 Subject: [PATCH] settings.json for foam --- .vscode/settings.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b7c6b256..3968e7845 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,16 +23,16 @@ "spellright.notificationClass": "warning", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyCharacter": "NONE", - "vim.handleKeys": { - "[": false, - "]": false, - } - "[markdown]": { - "editor.tabSize": 2 - }, - "editor.quickSuggestions": { - "other": true, - "comments": true, - "strings": true - } + "vim.handleKeys": { + "[": false, + "]": false + }, + "[markdown]": { + "editor.tabSize": 2 + }, + "editor.quickSuggestions": { + "other": true, + "comments": true, + "strings": true + } }