13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "ms-python.python",
|
|
|
|
"python.formatting.provider": "yapf",
|
|
"python.formatting.yapfArgs": ["--style", ".style.yapf"],
|
|
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.python",
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|