feat: install commitizen and setup hooks.

This commit is contained in:
CronyAkatsuki 2025-02-23 21:27:22 +01:00
parent e1b374dda7
commit 8c2af3e2f3
3 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,8 @@
# General formaters
end-of-file-fixer.enable = true;
mixed-line-endings.enable = true;
# Git commit lint
commitizen.enable = true;
# Nix section
alejandra.enable = true;
deadnix.enable = true;