garden/.vscode/settings.json

14 lines
347 B
JSON

{
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync"
}