Skip to content

Commit 3b1a390

Browse files
committedMar 2, 2015
Use CRLF, not LF.
1 parent 0de61cb commit 3b1a390

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎.editorconfig

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
2-
root = true
3-
4-
[{src,scripts}/**.{ts,json,js}]
5-
end_of_line = crlf
6-
charset = utf-8
7-
trim_trailing_whitespace = true
8-
insert_final_newline = true
9-
indent_style = space
10-
indent_size = 4
1+
2+
root = true
3+
4+
[{src,scripts}/**.{ts,json,js}]
5+
end_of_line = crlf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)
Please sign in to comment.