mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
8 lines
200 B
JSON
8 lines
200 B
JSON
|
{
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.pylintPath": "pylint",
|
||
|
"editor.formatOnSave": true,
|
||
|
"python.formatting.provider": "yapf",
|
||
|
"python.linting.pylintEnabled": true,
|
||
|
}
|