{ "editor.minimap.enabled": false, "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.lineHeight": 24, "workbench.colorTheme": "Nord", "[markdown]": { "editor.quickSuggestions": true }, "git.enableSmartCommit": true, "git.postCommitCommand": "sync", "files.eol": "\n", "files.exclude": { "**/node_modules": true }, "files.watcherExclude": { "**/node_modules": true }, "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyMethod": "github-slugger" }