Skip to content

Commit

Permalink
.editorconfig: fix inline comment, tidy name section for yaml (#24416)
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Sep 21, 2024
1 parent 4665d9c commit 6a536d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6a536d5

Please sign in to comment.