gguf-parser-web / .vscode /settings.json
phate334's picture
[add] device model
863856d
raw
history blame contribute delete
276 Bytes
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
},
"isort.args":["--profile", "black"],
}