As of now, commit types can be specified in Cargo.toml, which works fine for Rust projects. However, this isn't suitable in non-Rust projects.
I'd like to suggest using a unified config file everywhere, say git-cm.toml or (whatever file type is preferable for parsing) for easy use of git-cm regardless of the project.
As of now, commit types can be specified in
Cargo.toml, which works fine for Rust projects. However, this isn't suitable in non-Rust projects.I'd like to suggest using a unified config file everywhere, say
git-cm.tomlor (whatever file type is preferable for parsing) for easy use ofgit-cmregardless of the project.