2020-06-20 01:24:45 +00:00
|
|
|
{
|
|
|
|
"editor.minimap.enabled": false,
|
|
|
|
"editor.fontLigatures": true,
|
|
|
|
"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
|
2020-06-29 20:40:10 +00:00
|
|
|
},
|
|
|
|
"git.enableSmartCommit": true,
|
|
|
|
"git.postCommitCommand": "sync"
|
2020-06-20 01:24:45 +00:00
|
|
|
}
|