Skip to content

chore: keep Markdown on spaces in .editorconfig#123

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

chore: keep Markdown on spaces in .editorconfig#123
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 #122

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 #122

Signed-off-by: Jose <75870284+Jaro-c@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant