diff options
| author | pancho horrillo <pancho@pancho.name> | 2024-09-21 20:48:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-21 19:48:31 +0100 |
| commit | 6a536d5588b17687d34c30b598945b855d2c1a35 (patch) | |
| tree | 7504625845324bc08e1aae8141210896f6a635c6 /.editorconfig | |
| parent | 4665d9c405dfe00aec5abb0bb0acbe4b0400bfdf (diff) | |
`.editorconfig`: fix inline comment, tidy name section for yaml (#24416)
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 3a537d01b2..692a84da61 100644 --- a/.editorconfig +++ b/.editorconfig | |||
| @@ -11,7 +11,8 @@ charset = utf-8 | |||
| 11 | trim_trailing_whitespace = true | 11 | trim_trailing_whitespace = true |
| 12 | insert_final_newline = true | 12 | insert_final_newline = true |
| 13 | 13 | ||
| 14 | [{*.yaml,*.yml}] # To match GitHub Actions formatting | 14 | # To match GitHub Actions formatting |
| 15 | [*.{yaml,yml}] | ||
| 15 | indent_size = 2 | 16 | indent_size = 2 |
| 16 | 17 | ||
| 17 | [*.md] | 18 | [*.md] |
