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
Previously if a map contained the key do: it would indent the subsequent lines as if the do was a keyword. This is now fixed.
{do: 54, foo: 3}
# this line is now correctly indented
0 commit comments