Skip to content

Commit 4cd52f8

Browse files
committed
fix editorconfig
1 parent 49fe619 commit 4cd52f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.editorconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
root = true
22

3-
# Unix-style newlines with a newline ending every file
43
[*]
54
end_of_line = lf
65
insert_final_newline = true
76
indent_style = space
87
charset = utf-8
9-
trim_trailing_whitespace
8+
trim_trailing_whitespace = true
109
max_line_length = 100
1110
indent_size = 2
1211

0 commit comments

Comments
 (0)