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