rinna-youri-7b-chat / .vscode /settings.json
hayas's picture
Update
9cff7a5
raw
history blame contribute delete
619 Bytes
{
"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.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"notebook.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}