Skip to content

Commit f8be2e3

Browse files
committedNov 10, 2023
Refactor .editorconfig
1 parent 36e844e commit f8be2e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.editorconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
root = true
22

33
[*]
4-
indent_style = space
5-
indent_size = 2
6-
end_of_line = lf
74
charset = utf-8
8-
trim_trailing_whitespace = true
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
98
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)
Please sign in to comment.