Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

New lines are created at very beginning of line rather than following indentation #1

@rudf0rd

Description

@rudf0rd

For example (cursor is at carat):

.title.col-md-6
    h2
        |{{product.title}}
    .controls
^

For ease of workflow, it should be:

.title.col-md-6
    h2
        |{{product.title}}
    .controls
        ^

I don't know if this is the right place to report this, but found that this indentation problem only occurs for me when in slim templates. Tested normal behavior in javascript and ruby files.

Thanks for the slim support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions