Skip to content

Commit ad01b74

Browse files
committed
Fix indent style rule to use spaces
because 4-space indentation is used in src/extension.js
1 parent 540b532 commit ad01b74

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
@@ -1,7 +1,7 @@
11
root = true
22

33
[*]
4-
indent_style = tab
4+
indent_style = space
55
end_of_line = lf
66
charset = utf-8
77
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)