diff options
| author | QMK Bot | 2024-09-21 20:49:05 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-09-21 20:49:05 +0200 |
| commit | 5da5b179d5508aeb2d627fd2b548c772b16346c4 (patch) | |
| tree | cd0d7e213c3f2e21fdcf35e8e5cf85790c26c22b | |
| parent | a0bce36aa12fecdccfcbed993c432168ffdc11b3 (diff) | |
| parent | 6a536d5588b17687d34c30b598945b855d2c1a35 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -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 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] |