intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

Ensure right margin not exceeded breaks code

Open ghost opened this issue 4 years ago • 0 comments

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.

ghost avatar Jan 22 '21 12:01 ghost