How do I enable indentation in Visual Studio Code?
I\'m trying to learn Python (new to programming) and need auto-indentation. It worked with the first version I tri
Simple solution!
Click the tab size (may show "Spaces: 4") in the bottom right corner and choose Convert Indentation to Tabs or Convert Indentation to Spaces as per your requirement.