summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig3
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
11trim_trailing_whitespace = true 11trim_trailing_whitespace = true
12insert_final_newline = true 12insert_final_newline = true
13 13
14[{*.yaml,*.yml}] # To match GitHub Actions formatting 14 # To match GitHub Actions formatting
15[*.{yaml,yml}]
15indent_size = 2 16indent_size = 2
16 17
17[*.md] 18[*.md]