arandilopez / bootstrap3-snippets

Boostrap 3 snippets plugin for Atom editor
MIT License
1 stars 3 forks source link

Spacing is completely off #4

Open elie222 opened 8 years ago

elie222 commented 8 years ago

Nice package and I way prefer this to the more popular bootstrap package. I don't like how the spacing is completely off for snippets however.

bs3-table is one example as follows:

<table class="table table-hover">
       <thead>
        <tr>
          <th></th>
        </tr>
       </thead>
       <tbody>
        <tr>
          <td></td>
        </tr>
       </tbody>
</table>

thead is way too far in, and tr is only 1 space from thead.