[editorconfig] change default indentation to 4 spaces for json and yaml files (#18245)

This commit is contained in:
Dimitri Benin
2017-07-20 10:06:52 -07:00
committed by Wesley Wigham
parent 466067a989
commit d94fa4a42e
-1
View File
@@ -7,4 +7,3 @@ insert_final_newline = true
[{*.json,*.yml}]
indent_style = space
indent_size = 2