Skip to content

chore: align .editorconfig with the tabs/spaces standard#27

Open
Jaro-c wants to merge 2 commits into
mainfrom
chore/align-editorconfig
Open

chore: align .editorconfig with the tabs/spaces standard#27
Jaro-c wants to merge 2 commits into
mainfrom
chore/align-editorconfig

Conversation

@Jaro-c

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

Copy link
Copy Markdown
Member

Closes #26.

Aligns .editorconfig with the org style standard (tabs width 4 everywhere, spaces for YAML/JSON). Shell scripts were set to spaces; the standard is tabs. Folds the redundant per-language sections into the [*] default (Makefile stays tabs).

Shell scripts were set to spaces; the standard is tabs. Folds the redundant per-language sections into the [*] default (Makefile stays tabs).

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c Jaro-c added area:meta Subsystem: meta effort:XS Extra small prio:P3 Low priority status:review In review type:chore Maintenance with no product impact labels Jun 25, 2026
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) to avoid that.

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: align .editorconfig with the tabs/spaces standard

1 participant