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

pull/24387/merge
pancho horrillo 2024-09-21 20:48:31 +02:00 committed by GitHub
parent 4665d9c405
commit 6a536d5588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.yaml,*.yml}] # To match GitHub Actions formatting
# To match GitHub Actions formatting
[*.{yaml,yml}]
indent_size = 2
[*.md]