
While writing some PowerShell Pester tests for my module AdsiPS, I wanted to make sure for each functions that all the help keywords of the comment based help were not indented.
Depending of the script editor you are using, the number of spaces or tabs might differ and once published on GitHub the code might looks not so pretty.
My goal is just to keep my code clean and enforce the same practice across all the functions.
Here for example, I don't want this:
Instead, I want all the comment based help in that format




