Skip to content

Commit 96d7952

Browse files
jiangyinzuolpil
authored andcommitted
Update gitcommit.snippets: add Co-authored-by snippet
1 parent a1f605c commit 96d7952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UltiSnips/gitcommit.snippets

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ build(${1:scope}): ${2:title}
7171
${0:${VISUAL}}
7272
endsnippet
7373

74+
snippet Co-authored-by "Co-authored-by:"
75+
Co-authored-by: ${1:Author Name} <${2:Email}>
76+
endsnippet
77+
7478
snippet sign "Signature"
7579
-------------------------------------------------------------------------------
7680
${1:Company Name}

0 commit comments

Comments
 (0)