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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
When moving a list line up to the top of the line, just after the key name, Atom will try to insert an indentation on a list, AKA a "-", even though the spec supports this, it should actually not have an indentation, it should sit right at the key name. This can also be observed with most YAML builders that strictly follow the spec.
I wouldn't mind this, if Atom's auto tabbing wasn't so broken, but I think it should be addressed in this repository if it can control it at all, this way when I copy and paste, Atom doesn't mess up my current YAML with false assumptions.
The text was updated successfully, but these errors were encountered:
Description
When moving a list line up to the top of the line, just after the key name, Atom will try to insert an indentation on a list, AKA a "-", even though the spec supports this, it should actually not have an indentation, it should sit right at the key name. This can also be observed with most YAML builders that strictly follow the spec.
Versions
Additional Information
I wouldn't mind this, if Atom's auto tabbing wasn't so broken, but I think it should be addressed in this repository if it can control it at all, this way when I copy and paste, Atom doesn't mess up my current YAML with false assumptions.
The text was updated successfully, but these errors were encountered: