Files
comi-Hardening-CIS/.vscode/settings.json
2024-07-19 16:38:14 +02:00

13 lines
401 B
JSON

{
"python.defaultInterpreterPath": "C:\\Program Files (x86)\\wapt\\Scripts\\python.exe",
"python.pythonPath": "C:\\Program Files (x86)\\wapt\\Scripts\\python.exe",
"python.wapt-get": "C:\\Program Files (x86)\\wapt\\wapt-get.py",
"python.formatting.provider": "black",
"python.formatting.blackArgs":
[
"--line-length",
"150"
],
"editor.insertSpaces": true,
"files.eol": "\n"
}