Skip to content

Commit 8e8f283

Browse files
adamzappauloxnet
authored andcommitted
Updated JavaScript indent size to match prettier
This was missed in 6dc8f41. The indent size in `.editorconfig` should match `.prettierrc`.
1 parent 6be8f13 commit 8e8f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trim_trailing_whitespace = false
1818

1919
[*.{scss,js}]
2020
indent_style = space
21-
indent_size = 4
21+
indent_size = 2
2222

2323

2424
# Customizations for third party libraries

0 commit comments

Comments
 (0)