vsc-python-indent
vsc-python-indent copied to clipboard
There is no formatter for 'python' files installed
Have tried this VSCode settings config
"[python]": {
"editor.defaultFormatter": "KevinRose.vsc-python-indent",
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.codeLens.symbolScopes": [
"!Module"
],
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off"
}