You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format javascript file with HookyQR.beautifyFile command
Format on save
Expected results
Expected ... to ... provide example (expected) output
<clr-dg-row *clrDgItems="let user of orgUsers"
[clrDgItem]="user">
<clr-dg-cell>{{user.firstName}}</clr-dg-cell>
<clr-dg-cell>{{user.lastName}}</clr-dg-cell>
<clr-dg-cell>{{user.email}}</clr-dg-cell>
</clr-dg-row>
Actual results
Details of what happened ... provide example (actual) output
<clr-dg-row *clrDgItems="let user of orgUsers"
[clrDgItem]="user">
<clr-dg-cell>{{user.firstName}}</clr-dg-cell>
<clr-dg-cell>{{user.lastName}}</clr-dg-cell>
<clr-dg-cell>{{user.email}}</clr-dg-cell>
</clr-dg-row>
The text was updated successfully, but these errors were encountered:
Provide the settings you use:
(VS Code workspace and user settings, .jsbeautifyrc, .editorconfig)
eg.:
VS Code:
.jsbeautifyrc
Action performed
Format javascript file with
HookyQR.beautifyFile
commandFormat on save
Expected results
Expected ... to ...
provide example (expected) output
Actual results
Details of what happened ...
provide example (actual) output
The text was updated successfully, but these errors were encountered: