浏览代码

.prettierrc endOfLine auto

Rob Winch 10 月之前
父节点
当前提交
cddd619f59
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      javascript/.prettierrc

+ 2 - 1
javascript/.prettierrc

@@ -1,3 +1,4 @@
 {
-    "printWidth": 120
+    "printWidth": 120,
+    "endOfLine": "auto"
 }