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

.editorconfig: fix inline comment, tidy name section for yaml #24416

Merged
merged 2 commits into from
Sep 21, 2024

Commits on Sep 20, 2024

  1. .editorconfig: fix inline comment

    Inline comments are no longer valid with current parsers, see ¹.
    
    Emacs 29.4 shows an error, and can’t parse the file.
    
    ¹: https://spec.editorconfig.org/#no-inline-comments
    panchoh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    657fb23 View commit details
    Browse the repository at this point in the history
  2. .editorconfig: simplify section name for yaml

    Following current best practices.
    panchoh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9b53d06 View commit details
    Browse the repository at this point in the history