vlariono

Results 2 issues of vlariono

Format-ScriptFormatCodeIndentation stops working after release building. It's related to the following code: ```powershell $AST = [System.Management.Automation.Language.Parser]::ParseInput($ScriptText, [ref]$Tokens, [ref]$ParseError) ``` It will be change after build process is run: ```powershell $AST...

Added code indentation for other types of enclosures, like @(), $(), (), []. It should make code easier for reading. For example the following flat code: ```powershell function Test{ param(...