Skip to content

Commit

Permalink
feat(gitcommit): add perf conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 authored and lpil committed Apr 12, 2021
1 parent a35c801 commit 2b36741
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UltiSnips/gitcommit.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ improvement(${1:scope}): ${2:title}
${0:${VISUAL}}
endsnippet

snippet perf "perf conventional commit"
perf(${1:scope}): ${2:title}

${0:${VISUAL}}
endsnippet

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

Expand Down

0 comments on commit 2b36741

Please sign in to comment.