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

After the Aug 11 commit a7def46, indentation is wrong. #65

Closed
walkingsparrow opened this issue Aug 13, 2015 · 1 comment
Closed

After the Aug 11 commit a7def46, indentation is wrong. #65

walkingsparrow opened this issue Aug 13, 2015 · 1 comment

Comments

@walkingsparrow
Copy link

When I hit and html gets the auto-indent, now the auto-indent is wrong.

For example, in a typical Polymer html, import html at the beginning, the previous correct indentation

<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../qs_info/qs-info.html">
<link rel="import" href="../qs_table/qs-table.html">
<link rel="import" href="../dual_table/dual-table.html">
<link rel="import" href="../save_button/save-button.html">

becomes

<link rel="import" href="../polymer/polymer.html">
  <link rel="import" href="../qs_info/qs-info.html">
    <link rel="import" href="../qs_table/qs-table.html">
      <link rel="import" href="../dual_table/dual-table.html">
        <link rel="import" href="../save_button/save-button.html">

Another example is

<br>
<br>

now becomes

<br>
  <br>
@othree othree closed this as completed in 76da614 Aug 13, 2015
@othree
Copy link
Owner

othree commented Aug 14, 2015

Thanks, not using = to indent entire file very often.

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

No branches or pull requests

2 participants