Currently, when pasting a block of Python code into a function, class, or loop in VSCode, the indentation remains exactly as it was copied—regardless of the surrounding context. This often results in ...
The formatter successfuly uses VSCode's indentation size but doesn't use its indentation method (space or tab) and defaults to spaces only.