garden/.vscode/settings.json

20 lines
495 B
JSON
Raw Normal View History

2020-06-20 01:24:45 +00:00
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
2020-06-24 23:20:38 +00:00
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
2020-08-01 16:07:42 +00:00
"git.postCommitCommand": "sync",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
2020-08-01 16:07:42 +00:00
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
2020-06-20 01:24:45 +00:00
}