huepaper/.vscode/settings.json

14 lines
387 B
JSON
Raw Permalink Normal View History

2023-08-09 21:37:08 +03:00
{
"editor.defaultFormatter": "ms-python.black-formatter",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
2023-08-10 15:02:29 +03:00
"python.testing.pytestEnabled": true,
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
2023-08-09 21:37:08 +03:00
}