2022-09-20 18:17:16 -06:00
|
|
|
{
|
2022-09-20 22:55:56 -06:00
|
|
|
"editor.rulers": [
|
|
|
|
120
|
|
|
|
],
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"python.formatting.provider": "black",
|
|
|
|
"python.linting.lintOnSave": true,
|
|
|
|
"python.linting.flake8Enabled": true,
|
|
|
|
"python.analysis.autoImportCompletions": false,
|
|
|
|
"python.sortImports.args": [
|
|
|
|
"--profile",
|
|
|
|
"black"
|
|
|
|
],
|
|
|
|
"[python]": {
|
|
|
|
"gitlens.codeLens.symbolScopes": [
|
|
|
|
"!Module"
|
|
|
|
],
|
|
|
|
"editor.wordBasedSuggestions": false,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
|
|
|
},
|
2022-09-20 18:17:16 -06:00
|
|
|
"editor.foldingMaximumRegions": 10000
|
|
|
|
}
|