mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-17 07:11:05 +08:00
Replace indented here-strings inside if/else blocks with simple string literals. PowerShell requires the "@" terminator to be at column 0 in the script; when inside an indented block the YAML base-indent stripping left 2 leading spaces, causing the parser error "White space is not allowed before the string terminator".