Skip to content

Commit 85d0466

Browse files
committed
style: fix eol error on macos
1 parent cf21189 commit 85d0466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tabWidth": 4,
33
"useTabs": true,
4-
"endOfLine": "crlf"
4+
"endOfLine": "auto"
55
}

0 commit comments

Comments
 (0)