Skip to content

Commit bc222a0

Browse files
authored
editorconfig: Adjust indentation for JSON files (#9158)
1 parent f9089ef commit bc222a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ indent_size = 4
1717
indent_style = space
1818
indent_size = 2
1919

20+
[*.json]
21+
indent_style = space
22+
indent_size = 2
23+
2024
[*.ts]
2125
indent_style = space
2226
indent_size = 2

0 commit comments

Comments
 (0)