bipolaroidbipolaroid/.vscode/settings.json
2024-06-17 22:25:09 +01:00

7 lines
130 B
JSON

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