Skip to content

Commit 573d4a8

Browse files
authored
Specify explicit 2 space indentation for yml and json files (#487)
1 parent 73a6c5d commit 573d4a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ indent_style = tab
66
trim_trailing_whitespace = true
77
insert_final_newline = true
88
end_of_line = lf
9+
10+
[*.{yml,json}]
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)