16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"editor.minimap.enabled": false,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.overviewRulerBorder": false,
|
|
"editor.lineHeight": 24,
|
|
"workbench.colorTheme": "Gray Matter Light",
|
|
"[markdown]": {
|
|
"editor.quickSuggestions": true
|
|
},
|
|
"git.enableSmartCommit": true,
|
|
"git.postCommitCommand": "sync",
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
},
|
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
|
|
}
|