-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
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
Labels
No labels