Skip to content

Commit 76a0c22

Browse files
committed
Update .editorconfig to use tabs for JSON-related files
1 parent bcea503 commit 76a0c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ ij_php_while_brace_force = never
702702
ij_php_while_on_new_line = false
703703

704704
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,composer.lock,jest.config}]
705-
indent_size = 2
705+
indent_style = tab
706706
ij_visual_guides = none
707707
ij_json_array_wrapping = split_into_lines
708708
ij_json_keep_blank_lines_in_code = 0

0 commit comments

Comments
 (0)