•
2 min read
Keeping it simple – Line breaks in PowerShell
Trying to get your code to look good when reading it later can be tricky For line breaks in function scripts, there are two out-of-the-box options: First, you can break a line after the pipe key, which is an elegant and easy-to-read approach. Second, you can arbitrarily break a line with a back tick …
