13 lines
391 B
JSON
13 lines
391 B
JSON
{
|
|
"python.defaultInterpreterPath": "C:\\Program Files (x86)\\wapt\\waptpython.exe",
|
|
"python.pythonPath": "C:\\Program Files (x86)\\wapt\\waptpython.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"
|
|
} |