Skip to content

Commit 18ab98b

Browse files
committed
Fix formatting
1 parent 0feda06 commit 18ab98b

File tree

63 files changed

+126
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+126
-63
lines changed

snippets/qactionsheet.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
<tabTrigger>qactionsheet</tabTrigger>
2121
<scope>text.html.vue</scope>
2222
<description>Action Sheets slide up from the ...</description>
23-
<!-- Long description: Action Sheets slide up from the bottom edge of the device screen, and display a set of options with the ability to confirm or cancel an action. Action Sheets can sometimes be used as an alternative to menus, however, they should not be used for navigation. --></snippet>
23+
<!-- Long description: Action Sheets slide up from the bottom edge of the device screen, and display a set of options with the ability to confirm or cancel an action. Action Sheets can sometimes be used as an alternative to menus, however, they should not be used for navigation. -->
24+
</snippet>

snippets/qautocomplete.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<tabTrigger>qautocomplete</tabTrigger>
1010
<scope>text.html.vue</scope>
1111
<description>A component that binds to the pa...</description>
12-
<!-- Long description: A component that binds to the parent textfield (eg. QInput, QSearch, QChipsInput) and offers suggestions to the user, while the user is typing. --></snippet>
12+
<!-- Long description: A component that binds to the parent textfield (eg. QInput, QSearch, QChipsInput) and offers suggestions to the user, while the user is typing. -->
13+
</snippet>

snippets/qbreadcrumbs.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<tabTrigger>qbreadcrumbs</tabTrigger>
1010
<scope>text.html.vue</scope>
1111
<description>Quasar Breadcrumbs is a componen...</description>
12-
<!-- Long description: Quasar Breadcrumbs is a component used as a navigational aid in UI. It allows users to keep track of their location within programs, documents, or websites. --></snippet>
12+
<!-- Long description: Quasar Breadcrumbs is a component used as a navigational aid in UI. It allows users to keep track of their location within programs, documents, or websites. -->
13+
</snippet>

snippets/qbtn1.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<tabTrigger>qbtn1</tabTrigger>
66
<scope>text.html.vue</scope>
77
<description>A button with a few extra useful...</description>
8-
<!-- Long description: A button with a few extra useful features --></snippet>
8+
<!-- Long description: A button with a few extra useful features -->
9+
</snippet>

snippets/qbtn2.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<tabTrigger>qbtn2</tabTrigger>
66
<scope>text.html.vue</scope>
77
<description>A button with a few extra useful...</description>
8-
<!-- Long description: A button with a few extra useful features --></snippet>
8+
<!-- Long description: A button with a few extra useful features -->
9+
</snippet>

snippets/qbtndropdown.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
<tabTrigger>qbtndropdown</tabTrigger>
1414
<scope>text.html.vue</scope>
1515
<description>A convenient dropdown button. Go...</description>
16-
<!-- Long description: A convenient dropdown button. Goes very well with QList as dropdown content --></snippet>
16+
<!-- Long description: A convenient dropdown button. Goes very well with QList as dropdown content -->
17+
</snippet>

snippets/qbtngroup.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<tabTrigger>qbtngroup</tabTrigger>
1010
<scope>text.html.vue</scope>
1111
<description>A group of QBtn components...</description>
12-
<!-- Long description: A group of QBtn components --></snippet>
12+
<!-- Long description: A group of QBtn components -->
13+
</snippet>

snippets/qbtntoggle.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
<tabTrigger>qbtntoggle</tabTrigger>
1414
<scope>text.html.vue</scope>
1515
<description>The QBtnToggle component is anot...</description>
16-
<!-- Long description: The QBtnToggle component is another basic element for user input, similar to QRadio but with buttons. You can use this to supply a way for the user to pick an option from multiple choices. --></snippet>
16+
<!-- Long description: The QBtnToggle component is another basic element for user input, similar to QRadio but with buttons. You can use this to supply a way for the user to pick an option from multiple choices. -->
17+
</snippet>

snippets/qcard.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
<tabTrigger>qcard</tabTrigger>
1414
<scope>text.html.vue</scope>
1515
<description>Quasar Cards are a great way to ...</description>
16-
<!-- Long description: Quasar Cards are a great way to display important pieces of content, and are quickly emerging as a core design pattern for Apps. --></snippet>
16+
<!-- Long description: Quasar Cards are a great way to display important pieces of content, and are quickly emerging as a core design pattern for Apps. -->
17+
</snippet>

snippets/qcardactions.sublime-snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
<tabTrigger>qcardactions</tabTrigger>
99
<scope>text.html.vue</scope>
1010
<description>Cards can have some actions (but...</description>
11-
<!-- Long description: Cards can have some actions (buttons) attached to them. --></snippet>
11+
<!-- Long description: Cards can have some actions (buttons) attached to them. -->
12+
</snippet>

0 commit comments

Comments
 (0)