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
Values shouldn't be formatted unless their repr is explicitly removed/missing. Autoformat is primarily for layout, and shouldn't affect the data representation. Perhaps there can be an option later to autoformat values, but that would need to be repr-aware.
Single-line comments are randomly going missing during autoformat?
There's what seems to be a weird interaction between /- and // comments. There's double newlines or something?
esclines aren't being collapsed/removed
There's a random leading space being added to trailing // comments when they're on their own line?
The text was updated successfully, but these errors were encountered:
it's just completely borked right now.
/-
and//
comments. There's double newlines or something?//
comments when they're on their own line?The text was updated successfully, but these errors were encountered: