Source formatting does not ommit "@ at the beggining of line

Issue #19 resolved
Former user created an issue

And thus corrupts it. It happens when there's $() commands in the string.

Before formatting: function a { @" Date is: $(get-date) "@ }

After: function a { @" Date is: $( get-date ) "@ }

Environment: PowerShell plugin 1.0.2 JetBrains Rider 2018.1 EAP Build #RD-181.4379.974, built on April 10, 2018 JRE: 1.8.0_152-release-1136-b23 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

Comments (1)

  1. Log in to comment