7 lines
130 B
JSON
7 lines
130 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"notebook.formatOnCellExecution": true
|
|
}
|