From 0c7cc6602701d187b31584aa4fb6ed5c0dd5b5fb Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Thu, 29 Feb 2024 07:51:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20(gitmoji):?= =?UTF-8?q?=20Add=20config,=20set=20format=20to=20emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmojirc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitmojirc.json diff --git a/.gitmojirc.json b/.gitmojirc.json new file mode 100644 index 0000000000..916874c6e5 --- /dev/null +++ b/.gitmojirc.json @@ -0,0 +1,8 @@ +{ + "autoAdd": false, + "capitalizeTitle": true, + "emojiFormat": "emoji", + "gitmojisUrl": "https://gitmoji.dev/api/gitmojis", + "messagePrompt": true, + "scopePrompt": true +}