mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
13 lines
399 B
JSON
13 lines
399 B
JSON
|
{
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.pytestEnabled": true,
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.pylintEnabled": false,
|
||
|
"python.linting.flake8Enabled": true,
|
||
|
"python.languageServer": "Pylance",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"git.closeDiffOnOperation": true
|
||
|
}
|