Skip to content

Commit a83e892

Browse files
committed
chore(prettier): don't enforce end-of-line style
1 parent 11b3684 commit a83e892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"tabWidth": 2,
33
"useTabs": false,
44
"printWidth": 100,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"endOfLine": "auto"
67
}

0 commit comments

Comments
 (0)