Skip to content

Commit 44b467f

Browse files
FabianUntermoserlpil
authored andcommitted
refactor(gitcommits): remove whitespace
1 parent 7139f12 commit 44b467f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

UltiSnips/gitcommit.snippets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,40 @@ snippet fix "fix conventional commit"
44
fix(${1:scope}): ${2:title}
55

66
${0:${VISUAL}}
7-
87
endsnippet
98

109
snippet feat "feat conventional commit"
1110
feat(${1:scope}): ${2:title}
1211

1312
${0:${VISUAL}}
14-
1513
endsnippet
1614

1715
snippet chore "chore conventional commit"
1816
chore(${1:scope}): ${2:title}
1917

2018
${0:${VISUAL}}
21-
2219
endsnippet
2320

2421
snippet docs "docs conventional commit"
2522
docs(${1:scope}): ${2:title}
2623

2724
${0:${VISUAL}}
28-
2925
endsnippet
3026

3127
snippet refactor "refactor conventional commit"
3228
refactor(${1:scope}): ${2:title}
3329

3430
${0:${VISUAL}}
35-
3631
endsnippet
3732

3833
snippet test "test conventional commit"
3934
test(${1:scope}): ${2:title}
4035

4136
${0:${VISUAL}}
42-
4337
endsnippet
4438

4539
snippet ci "ci conventional commit"
4640
ci(${1:scope}): ${2:title}
4741

4842
${0:${VISUAL}}
49-
5043
endsnippet

0 commit comments

Comments
 (0)