Skip to content

chore: keep Markdown on spaces in .editorconfig - #605

Open
Jaro-c wants to merge 1 commit into
developfrom
chore/markdown-spaces-editorconfig
Open

chore: keep Markdown on spaces in .editorconfig#605
Jaro-c wants to merge 1 commit into
developfrom
chore/markdown-spaces-editorconfig

Conversation

@Jaro-c

@Jaro-c Jaro-c commented Jun 25, 2026

Copy link
Copy Markdown
Member

Pin [*.md] to indent_style = space (width 2). A leading tab in CommonMark is a 4-column indent, so tab-indented content in a list renders as an accidental code block; spaces avoid that, matching the YAML/JSON exception.

Closes #604

A leading tab in CommonMark counts as a 4-column indent, so tab-indented
content inside a list renders as an accidental code block. Pin Markdown to
spaces (width 2), matching the YAML/JSON exception.

Closes #604

Signed-off-by: Jose <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c Jaro-c added type:chore Maintenance with no product impact prio:P3 Low priority effort:XS Extra small status:review In review area:meta Subsystem: meta labels Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:meta Subsystem: meta effort:XS Extra small prio:P3 Low priority status:review In review type:chore Maintenance with no product impact

Development

Successfully merging this pull request may close these issues.

1 participant