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
I realized that there should be a break line '\n' between '[' and '{', so I checked to see whether this was an array, not a part of a comment, or not part of the string, and then if that correct, I placed a break line '\n' between '[' and '{', so that the behavior worked as expected.
Describe the bug
Formatting an array of objects, an object is somehow broken across a new line even if this doesn't look very good.
https://dprint.dev/playground/#code/ATDGHsDsGcBdgGYAdIFkCmBbARugTtABYCWSAKsbADbrTAC8wA2gN7CQCGm6AXMAEQAxAAoA5fsAC+AGmBtO3PkLHAAwlQ7RoEmXPZdeAsgE8k6HbPkGlAEVqg8pWMSg6AugG4gA/plugin/typescript
Deno version: 1.44.1
Input Code
Expected Output
Actual Output
The text was updated successfully, but these errors were encountered: