foam-template/.vscode/settings.json
Scripted Pixels Ltd 8add00e8ff
Remove theme override
There's nothing more annoying than someone coming in and changing your setup to their own preferences without asking ;)
2020-08-04 08:31:49 +01:00

12 lines
333 B
JSON

{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
}