huepaper/.vscode/settings.json
2023-08-10 14:02:29 +02:00

14 lines
387 B
JSON

{
"editor.defaultFormatter": "ms-python.black-formatter",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
}