Skip to content

Commit c49be3c

Browse files
Use single quote
1 parent 76234b2 commit c49be3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
root = true
22

33
[*]
4-
indent_style = space
5-
end_of_line = lf
64
charset = utf-8
5+
end_of_line = lf
76
indent_size = 2
7+
indent_style = space
8+
quote_type = single
89
trim_trailing_whitespace = true
910
insert_final_newline = true

0 commit comments

Comments
 (0)