Spaces:
Running
on
Zero
Running
on
Zero
File size: 487 Bytes
82b20ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"editor.formatOnSave": true,
"files.insertFinalNewline": false,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports": "explicit"
}
},
"[jupyter]": {
"files.insertFinalNewline": false
},
"notebook.output.scrolling": true,
"notebook.formatOnSave.enabled": true
}
|