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