VSCODE Set Python Identação para quatro

"[python]": {
  "editor.insertSpaces": true,
  "editor.tabSize": 4  
}
Josue Leoro