Skip to content

docs(editorconfig): align documented YAML indent size with actual configs - #87

Merged
sbaerlocher merged 1 commit into
mainfrom
fix/editorconfig-yaml-indent
Aug 8, 2026
Merged

docs(editorconfig): align documented YAML indent size with actual configs#87
sbaerlocher merged 1 commit into
mainfrom
fix/editorconfig-yaml-indent

Conversation

@sbaerlocher

Copy link
Copy Markdown
Member

Summary

  • Three .editorconfig examples in the guide documented indent_size = 2 for YAML while every .editorconfig in the organization sets 4, so the guide contradicted the repositories it describes.
  • Corrected all three occurrences to 4 (cicd.rst, environment.rst twice), including the explanatory comment next to one of them. Documentation follows reality here — the reverse would reformat every YAML file in the organization.

Test plan

  • Sphinx documentation build passes (CI)
  • rg -n 'indent_size' rst/ reports 4 for every occurrence

…figs

The guide showed `indent_size = 2` for YAML in three example .editorconfig
snippets while every .editorconfig in the organization uses 4, so readers
copying the guide produced files that conflict with the repositories they
were meant to match.

Signed-off-by: Simon Bärlocher <s.baerlocher@sbaerlocher.ch>

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found.

@sbaerlocher
sbaerlocher merged commit 93c5fbe into main Aug 8, 2026
6 checks passed
@sbaerlocher
sbaerlocher deleted the fix/editorconfig-yaml-indent branch August 8, 2026 13:37
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