Copy/Paste into a `ps1` file, but does not format on paste. Press `alt+shift+f` and it formats. ```powershell function x { $a=1 } ``` `"editor.formatOnPaste": true`   