DTW-DanWard / PowerShell-Beautifier

A whitespace reformatter and code cleaner for Windows PowerShell and PowerShell Core
MIT License
333 stars 38 forks source link

Make formatting of array types consistent #56

Open stinos opened 4 years ago

stinos commented 4 years ago

When formatting an array type (like String[]) lookup the bare type name by stripping the array notation: this assures types and arrays thereof get the same treatment, i.e. String/String[]/String[][] all will be turned into lowercase instead of only the first one.