Skip to content

Commit 9caaaea

Browse files
committed
collapse newlines
1 parent f0a92ca commit 9caaaea

Some content is hidden

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

139 files changed

+139
-355
lines changed

snippets/js-mode/anfn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77

88
(${1:params}) => {
99
${2}
10-
}
11-
12-
10+
}

snippets/js-mode/bnd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
# key: bnd
66
# --
77

8-
this.${1:methodName} = this.${1:methodName}.bind(this)$0
9-
8+
this.${1:methodName} = this.${1:methodName}.bind(this)$0

snippets/js-mode/cmmb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
|--------------------------------------------------
1010
| $1
1111
|--------------------------------------------------
12-
*/
13-
12+
*/

snippets/js-mode/console/cas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.assert(${1:expression}, ${2:object})
10-
9+
console.assert(${1:expression}, ${2:object})

snippets/js-mode/console/ccl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.clear()
10-
9+
console.clear()

snippets/js-mode/console/cco

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.count(${1:label})
10-
9+
console.count(${1:label})

snippets/js-mode/console/cdi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.dir(${1:object})
10-
9+
console.dir(${1:object})

snippets/js-mode/console/cer

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.error(${1:object})
10-
9+
console.error(${1:object})

snippets/js-mode/console/cge

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.groupEnd()
10-
9+
console.groupEnd()

snippets/js-mode/console/cgr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
# group: console
77
# --
88

9-
console.group("${1:label}")
10-
9+
console.group("${1:label}")

0 commit comments

Comments
 (0)