Skip to content

Commit b3fd552

Browse files
committed
Add YML and JSON to EditorConfig.
1 parent 706249d commit b3fd552

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
@@ -7,3 +7,7 @@ end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
11+
[*.{json,yml}]
12+
indent_style = space
13+
indent_size = 2

0 commit comments

Comments
 (0)