bipolaroidbipolaroid/.vscode/settings.json
2024-08-25 22:15:48 +01:00

9 lines
196 B
JSON

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