notes-template/.vscode/settings.json

9 lines
167 B
JSON

{
"editor.formatOnSave": true,
"gitdoc.enabled": true,
"gitdoc.autoPush": "onCommit",
"workbench.editorAssociations": {
"*.svg": "editor.excalidraw"
}
}