Add support for commitizen and pre-commit

This commit is contained in:
Shrukan
2024-02-17 18:46:26 -07:00
parent 7ce1e00d56
commit e7aca940f1
4 changed files with 37 additions and 10 deletions

View File

@ -1,5 +1,5 @@
project('${REPO_NAME_PASCAL}', 'cpp',
version : '0.1',
version : '0.0.1',
default_options : ['warning_level=3',
'cpp_std=c++20',
'b_coverage=true'])