Eugene Odeluga
Eugene Odeluga
It may be in general guidelines, but I could not find a general guideline on defining variables and I think there should be a section for this. Is it best...
 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" } ```