Skip to content

Commit c6a5291

Browse files
committed
Minor updates to .editorconfig
1 parent 05b1096 commit c6a5291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

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

33
[*]
44
charset = utf-8
5-
end_of_line = crlf
5+
end_of_line = lf
66
indent_size = 2
77
indent_style = space
88
insert_final_newline = true
99
max_line_length = 120
1010
tab_width = 2
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)