Skip to content

Commit 8d7fbef

Browse files
committed
fix #160 Prevent linebreak problems being reported on every source line on Windows
1 parent 021f035 commit 8d7fbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"endOfLine": "auto",
23
"singleQuote": false,
34
"trailingComma": "es5",
45
"printWidth": 120

0 commit comments

Comments
 (0)