git-ents.gitmain
⌘K
foforge
committed.toml31 lines · 644 B · tomlhistorycomment on this file
1# Scoped Commits (scopedcommits.com): "<scope>: <description>".
2# `committed` has no native scoped-commits style, so `allowed_types` here
3# holds scope names, not Conventional Commit types.
4subject_length = 90
5subject_capitalized = false
6subject_not_punctuated = true
7imperative_subject = true
8hard_line_length = 0
9line_length = 230
10style = "conventional"
11allowed_types = [
12 "anchor",
13 "effect",
14 "gate",
15 "meta-ref",
16 "model",
17 "query",
18 "receive",
19 "roots",
20 "sync",
21 "verify",
22 "docs",
23 "spec",
24 "checks",
25 "lens",
26 "release",
27 "treewide",
28 "multi",
29]
30merge_commit = false
31no_fixup = false