jlog/.vscode/settings.json
Jeffrey C. Ollie f1efca7ea8
first
2023-10-04 22:06:49 -05:00

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,
}