Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify whitespace handling #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 11, 2024

  1. Fix punctuation errors [no substantive changes]

    Change single-backticks to double-backticks as required by rst.
    cxw42 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    661c93a View commit details
    Browse the repository at this point in the history
  2. Clarify wording of what lines need to be

    Previously, the rule for blank lines technically did not cover
    empty lines.  Clarify that blank lines are lines that are empty after
    any leading whitespace is removed.  Also clarify that the trailing
    line separator (if any) is ignored.
    cxw42 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f7c95df View commit details
    Browse the repository at this point in the history
  3. Section headers may be followed by trailing whitespace

    Make the spec conform to existing test `spaces_after_section_name`.
    
    Fixes editorconfig/editorconfig#500
    cxw42 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    90b0a62 View commit details
    Browse the repository at this point in the history