Uh oh!
There was an error while loading. Please reload this page.
Configure markdownlint to allow 2-space hard line breaks - #124275
Conversation
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
MihaZupan
commented
Feb 11, 2026
@copilot Let's configure markdownlint to ignore 2 spaces instead of suppressing individual files |
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
Done! Changed approach to configure MD009's |
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Description
Threat model files in
System.Private.Uri/docsuse 2 trailing spaces for hard line breaks (standard markdown syntax). Configured MD009 rule to recognize this instead of suppressing entire files.Changes
br_spaces: 2in.markdownlint.jsonto allow 2-space line breaks.github/workflows/markdownlintignore)This properly handles the semantic meaning of trailing spaces rather than blanket-suppressing files from linting.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.