diff options
| -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] |
