File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -4,47 +4,40 @@ snippet fix "fix conventional commit"
4
4
fix(${1: scope } ): ${2: title }
5
5
6
6
${0: ${VISUAL} }
7
-
8
7
endsnippet
9
8
10
9
snippet feat " feat conventional commit"
11
10
feat(${1: scope } ): ${2: title }
12
11
13
12
${0: ${VISUAL} }
14
-
15
13
endsnippet
16
14
17
15
snippet chore " chore conventional commit"
18
16
chore(${1: scope } ): ${2: title }
19
17
20
18
${0: ${VISUAL} }
21
-
22
19
endsnippet
23
20
24
21
snippet docs " docs conventional commit"
25
22
docs(${1: scope } ): ${2: title }
26
23
27
24
${0: ${VISUAL} }
28
-
29
25
endsnippet
30
26
31
27
snippet refactor " refactor conventional commit"
32
28
refactor(${1: scope } ): ${2: title }
33
29
34
30
${0: ${VISUAL} }
35
-
36
31
endsnippet
37
32
38
33
snippet test " test conventional commit"
39
34
test(${1: scope } ): ${2: title }
40
35
41
36
${0: ${VISUAL} }
42
-
43
37
endsnippet
44
38
45
39
snippet ci " ci conventional commit"
46
40
ci(${1: scope } ): ${2: title }
47
41
48
42
${0: ${VISUAL} }
49
-
50
43
endsnippet
You can’t perform that action at this time.
0 commit comments