Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Indenting YAML file destroys the structure #13

Open
rweisleder opened this issue Feb 19, 2015 · 0 comments
Open

Indenting YAML file destroys the structure #13

rweisleder opened this issue Feb 19, 2015 · 0 comments

Comments

@rweisleder
Copy link

I have the following YAML file (with unnecessary white spaces in the line between d: and e:):

a:
    b:
        c: 123
        d: 456

    e: "test"

When pressing Ctrl+Alt+I for indenting, I get the following result:

a:
b:
c: 123
d: 456

e: "test"

IMHO this is a different structure than the original one.

Plugin Version: 1.0.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant