Skip to content

Commit e5f95ea

Browse files
committed
fix: address review comment on list-indent config key
Copilot noted that `list-indent.spaces` implies a flat key that doesn't exist in .mdsmith.yml; the actual config is nested under list-indent with a 'spaces' field. Reword to match.
1 parent fe1437e commit e5f95ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plan/89_toc-generator-directive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ rule.
105105
[cfri]: ../internal/rules/crossfilereferenceintegrity/rule.go
106106

107107
Indentation uses the same per-level indent as
108-
the MDS016 `list-indent` rule (config key
109-
`list-indent.spaces`, default 2). There is no
108+
the MDS016 `list-indent` rule's `spaces`
109+
setting (default 2). There is no
110110
`<?listindent?>` directive; indentation is a
111111
property of the emitted output, not a
112112
configurable parameter of `<?toc?>`.

0 commit comments

Comments
 (0)