Skip to content

Commit 4788ff1

Browse files
committed
Update .prettierrc.js
1 parent 9af374c commit 4788ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
tabWidth: 2,
33
useTabs: false,
4-
endOfLine: 'lf',
4+
endOfLine: 'crlf',
55
semi: false,
66
singleQuote: true,
77
printWidth: 100,

0 commit comments

Comments
 (0)