Files
2020-10-06 12:30:54 +02:00

20 lines
485 B
JSON

{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Monokai",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
}