2020-06-20 01:24:45 +00:00
|
|
|
{
|
|
|
|
"editor.minimap.enabled": false,
|
|
|
|
"editor.wrappingIndent": "indent",
|
|
|
|
"editor.overviewRulerBorder": false,
|
|
|
|
"editor.lineHeight": 24,
|
2020-10-31 18:58:52 +00:00
|
|
|
"workbench.colorTheme": "Nord",
|
2020-06-24 23:20:38 +00:00
|
|
|
"[markdown]": {
|
|
|
|
"editor.quickSuggestions": true
|
2020-06-29 20:40:10 +00:00
|
|
|
},
|
|
|
|
"git.enableSmartCommit": true,
|
2020-08-01 16:07:42 +00:00
|
|
|
"git.postCommitCommand": "sync",
|
|
|
|
"files.exclude": {
|
2020-08-04 14:38:27 +00:00
|
|
|
"**/node_modules": true
|
|
|
|
},
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/node_modules": true
|
2020-08-01 16:07:42 +00:00
|
|
|
},
|
2020-10-20 14:57:02 +00:00
|
|
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
|
|
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger"
|
2020-06-20 01:24:45 +00:00
|
|
|
}
|