Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved closing bracket indentation for vue/html-indent rule. #1162

Merged
merged 1 commit into from May 30, 2020

Commits on May 26, 2020

  1. Improved closing bracket indentation for vue/html-indent rule.

    - Added `closeBracket.startTag`, `closeBracket.endTag` and `closeBracket.selfClosingTag` options to `vue/html-indent` rule.
      So that the closeBracket offset value can be set for each tag type.
    - Changed `vue/html-indent` rule to calculate the base point of the indent offset of the closing bracket of the end tag by the start tag.
    ota-meshi committed May 26, 2020
    Copy the full SHA
    b644121 View commit details
    Browse the repository at this point in the history