Jacob Moran

Explore articles and content from this author

Jacob Moran

1 article published

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 mark, which you will find left of the number 1 on a standard US keyboard. **It looks like this: ** But did you know that the back tick is a hack?