You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
495 B
19 lines
495 B
{ |
|
"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 |
|
}, |
|
"files.watcherExclude": { |
|
"**/node_modules": true |
|
}, |
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension" |
|
}
|
|
|