searxng/.vscode/settings.json
2023-11-17 00:36:56 +00:00

22 lines
No EOL
344 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"[less]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[python]"{
"editor.tabSize": 4,
"editor.insertSpaces": true
},
"cSpell.words": [
"kvan"
]
}