mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-24 19:08:55 +00:00
15 lines
475 B
JSON
15 lines
475 B
JSON
{
|
|
"editor.minimap.enabled": false,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.overviewRulerBorder": false,
|
|
"editor.lineHeight": 24,
|
|
"workbench.colorTheme": "Gray Matter Light",
|
|
"window.autoDetectColorScheme": true,
|
|
"workbench.preferredLightColorTheme": "Gray Matter Light",
|
|
"workbench.preferredDarkColorTheme": "Gray Matter Dark",
|
|
"[markdown]": {
|
|
"editor.quickSuggestions": true
|
|
},
|
|
"git.enableSmartCommit": true,
|
|
"git.postCommitCommand": "sync"
|
|
}
|