18 lines
547 B
JSON
18 lines
547 B
JSON
|
{
|
||
|
"black-formatter.importStrategy": "fromEnvironment",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"files.autoSave": "afterDelay",
|
||
|
"files.insertFinalNewline": true,
|
||
|
"files.trimFinalNewlines": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"flake8.importStrategy": "fromEnvironment",
|
||
|
"[python]": {
|
||
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||
|
"editor.formatOnSave": true
|
||
|
},
|
||
|
"python.analysis.autoFormatStrings": true,
|
||
|
}
|