Eugene Odeluga

Results 2 issues of 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...

question
wontfix
Style Guide
Discussion

![image](https://github.com/kbrose/vsc-python-indent/assets/16492558/eaf27933-d6d9-4b7b-aa77-45a07804feeb) 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" } ```