Skip to content

Commit 0da9760

Browse files
authored
fix: Specify indent_size = 2 globally in .editorconfig. (freeCodeCamp#39236)
1 parent 0082e99 commit 0da9760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ root = true
22

33
[*]
44
indent_style = space
5+
indent_size = 2
56
end_of_line = lf
67
charset = utf-8
78
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)