Skip to content

Indent issue with last commit #77

@RoXuS

Description

@RoXuS

Hello @othree,

Thank you for your plugin that I use for several years.

Since your last commit (6c1ac5d), I have issue with the indent.

With the last commit:

<dom-module id="my-component">
  <template>

    <paper-toolbar>
      </paper-toolbar>
  </template>
  <script src="my-component.js"></script>
  </dom-module>

Without:

<dom-module id="my-component">
  <template>

    <paper-toolbar>
    </paper-toolbar>
  </template>
  <script src="my-component.js"></script>
</dom-module>

It seems, Vim doesn't have a better indent ahah.

Maybe is an issue with my config ?

Vim version: 8.0.52.

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