.editorconfig
: fix inline comment, tidy name section for yaml (#24416)
This commit is contained in:
parent
4665d9c405
commit
6a536d5588
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user