Skip to content

Commit fd77436

Browse files
committed
fix(editorconfig): Ensure consistent indent size for YAML files.
1 parent 221ba95 commit fd77436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ trim_trailing_whitespace = false
2020
ij_php_space_before_short_closure_left_parenthesis = false
2121
ij_php_space_after_type_cast = true
2222

23+
[*.yaml]
24+
indent_size = 2
25+
2326
[*.yml]
2427
indent_size = 2
2528

0 commit comments

Comments
 (0)