PowerMeta
PowerMeta copied to clipboard
Style fixes
Fixes a bunch of whitespace and capitalization issues to be in line with https://github.com/PoshCode/PowerShellPracticeAndStyle.
Also made braces consistent with Allman style. There's apparently some contention in the PS community about what brace style should be standard, but I like this one. Feel free to reject if you like something else better, but I think consistency is particularly important for brace style.
Oh, I branched this off of #11, so if you land this you get both.