Vscode establece la identación de Python a cuatro

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