eventcally/.vscode/settings.json
2023-11-25 15:18:16 +01:00

25 lines
526 B
JSON

{
"editor.formatOnSave": true,
"isort.args": ["-sp", ".isort.cfg"],
"python.testing.pytestArgs": ["tests", "--capture=sys"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"[html]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.formatOnSave": false
},
"[yaml]": {
"editor.formatOnSave": false
},
"[sql]": {
"editor.formatOnSave": false
}
}