intellij-powershell
intellij-powershell copied to clipboard
Ensure right margin not exceeded breaks code
When switching on the option to limit line length the split lines no longer run. If line ends on a valid command e.g. | then split works. But if split is in a command it requires a space followed by the grave accent (backtick) ` to allow continuation onto next line.