mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
25 lines
532 B
JSON
25 lines
532 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": "explicit"
|
|
}
|
|
},
|
|
"[html]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[javascript]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[yaml]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[sql]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|