Skip to content

Commit

Permalink
Updated indentation of all files
Browse files Browse the repository at this point in the history
  • Loading branch information
yobrojas committed Oct 15, 2013
1 parent 3e30893 commit 5cf3f6a
Show file tree
Hide file tree
Showing 164 changed files with 469 additions and 934 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feel free to let me know what else you want added via:
- [Media Objects](#media-objects)
- [Icons](#icons)
- [Clearfix](#clearfix)

- [License](#license)

### CDN

Expand Down Expand Up @@ -241,4 +241,8 @@ Feel free to let me know what else you want added via:

| Component | Snippet code |
|------------------------------- | :----------------------------: |
| Clearfix | bs3-clearfix |
| Clearfix | bs3-clearfix |

### License

Twitter Bootstrap 3 - Sublime Plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
7 changes: 2 additions & 5 deletions alerts/bs3-alert-danger.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<snippet>
<content><![CDATA[
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-alert:danger</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
9 changes: 3 additions & 6 deletions alerts/bs3-alert-info.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<snippet>
<content><![CDATA[
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-alert:info</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<tabTrigger>bs3-alert:info</tabTrigger>\
</snippet>
7 changes: 2 additions & 5 deletions alerts/bs3-alert-success.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<snippet>
<content><![CDATA[
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-alert:success</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
7 changes: 2 additions & 5 deletions alerts/bs3-alert.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<snippet>
<content><![CDATA[
<div class="alert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-alert</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions badges/bs3-badge.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<span class="badge">${1:Badge}</span>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-badge</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
17 changes: 7 additions & 10 deletions breadcrumbs/bs3-breadcrumbs.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<snippet>
<content><![CDATA[
<ol class="breadcrumb">
<li>
<a href="${1:#}">${2:Home}</a>
</li>
${3:<li>
<a href="#">Link</a>
</li>}
<li class="active">${4:Current}</li>
<li>
<a href="${1:#}">${2:Home}</a>
</li>
${3:<li>
<a href="#">Link</a>
</li>}
<li class="active">${4:Current}</li>
</ol>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-breadcrumbs</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-danger.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-danger">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:danger</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-default.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-default">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:default</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-disabled.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-{2:default} disabled">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:disabled</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-info.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-info">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:info</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-primary.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-primary">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:primary</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-success.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-success">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:success</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button-warning.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-warning">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button:warning</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-block-button.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:large} btn-block btn-default">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-block-button</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-danger.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-danger">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:danger</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-default.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-default">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:default</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-disabled.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-${3:primary} disabled">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:disabled</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
13 changes: 5 additions & 8 deletions buttons/bs3-button-group-vertical.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<div class="btn-group-vertical">
<${1:button} ${2:type="button"} class="btn btn-default">Top</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Middle</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Bottom</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Top</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Middle</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Bottom</${1:button}>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-group:vertical</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<tabTrigger>bs3-group:vertical</tabTrigger>
</snippet>
13 changes: 5 additions & 8 deletions buttons/bs3-button-group.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<div class="btn-group">
<${1:button} ${2:type="button"} class="btn btn-default">Left</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Middle</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Right</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Left</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Middle</${1:button}>
<${1:button} ${2:type="button"} class="btn btn-default">Right</${1:button}>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-group</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<tabTrigger>bs3-group</tabTrigger>
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-info.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-info">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:info</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-primary.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-primary">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:primary</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-success.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-success">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:success</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
13 changes: 5 additions & 8 deletions buttons/bs3-button-toolbar.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<div class="btn-toolbar">
<div class="btn-group"></div>
<div class="btn-group"></div>
<div class="btn-group"></div>
<div class="btn-group"></div>
<div class="btn-group"></div>
<div class="btn-group"></div>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-toolbar</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<tabTrigger>bs3-toolbar</tabTrigger>
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button-warning.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-warning">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button:warning</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-button.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-default">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-button</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-danger.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-danger">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:danger</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-default.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-default">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:default</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-disabled.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-${3:default} disabled">${4:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:disabled</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-info.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-info">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:info</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-primary.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-primary">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:primary</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-success.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-success">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:success</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
3 changes: 0 additions & 3 deletions buttons/bs3-lg-button-warning.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<content><![CDATA[
<${1:button} ${2:type="button"} class="btn btn-lg btn-warning">${3:button}</${1:button}>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bs3-lg-button:warning</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Loading

0 comments on commit 5cf3f6a

Please sign in to comment.