10 lines
No EOL
179 B
JSON
10 lines
No EOL
179 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"python.formatting.autopep8Args": [
|
|
"--ignore",
|
|
"E402"
|
|
],
|
|
"python.autoComplete.extraPaths": [
|
|
"libs"
|
|
]
|
|
} |