atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Adds tab on list (array) #98

Open envygeeks opened 6 years ago

envygeeks commented 6 years ago

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

Atom    : 1.22.0
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0

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.