9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"gitdoc.enabled": true,
|
|
"gitdoc.autoPush": "onCommit",
|
|
"workbench.editorAssociations": {
|
|
"*.svg": "editor.excalidraw"
|
|
}
|
|
}
|