notes-template/.vscode/settings.json

9 lines
167 B
JSON
Raw Normal View History

2024-04-26 22:17:07 +00:00
{
2024-04-27 07:31:17 +00:00
"editor.formatOnSave": true,
"gitdoc.enabled": true,
"gitdoc.autoPush": "onCommit",
"workbench.editorAssociations": {
"*.svg": "editor.excalidraw"
}
}