Skip to content

Commit 8afccaf

Browse files
committed
chore(editorconfig): all JSON and YAML should be 2-space indent
1 parent c5d5220 commit 8afccaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ insert_final_newline = true
99
end_of_line = lf
1010
# editorconfig-tools is unable to ignore longs strings or urls
1111
max_line_length = null
12+
13+
[*.{json,yaml,yml}]
14+
indent_size = 2

0 commit comments

Comments
 (0)