Creation du depot
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user