SNIPPET: Add git-commit message template

This commit is contained in:
Laurens Miers 2024-09-20 18:37:22 +02:00
parent 1449ae0e5f
commit 752734c381

View file

@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: Git commit message template
# key: bac
# --
Before this commit,
${1}
After this commit,
${2}