Skip to content

Commit ee34161

Browse files
committed
🐛 .prettierrc添加endOfLine兼容windows
1 parent e6f9c02 commit ee34161

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"tabWidth": 2,
1616
"trailingComma": "es5",
1717
"useTabs": false,
18-
"vueIndentScriptAndStyle": false
18+
"vueIndentScriptAndStyle": false,
19+
"endOfLine": "auto"
1920
}

0 commit comments

Comments
 (0)