bipolaroidbipolaroid/.vscode/settings.json

8 lines
178 B
JSON

{
"files.exclude": {
"**/__pycache__": true
},
"editor.formatOnSave": true,
"notebook.formatOnCellExecution": true,
"workbench.editorLargeFileConfirmation": 1000
}