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
There are a few cases where single space is added as indentation, I’m not entirely sure if it’s on purpose but it looks like a bug. Some of the cases I have found are:
The text was updated successfully, but these errors were encountered:
davesnx
changed the title
Attributes and other expressions add single space as identation.
Attributes and other expressions add single space as identation
Nov 12, 2022
There are a few cases where single space is added as indentation, I’m not entirely sure if it’s on purpose but it looks like a bug. Some of the cases I have found are:
Expressions inside JSX + ternary
Expressions inside JSX + switch (happens on the catch but as well on the branches)
Expressions inside JSX + switch (happens on the match_expr)
Expressions with pipe and callback
Expression inside JSX being a function that returns a component (the props)
The text was updated successfully, but these errors were encountered: