Browse Source

.prettierrc endOfLine auto

Rob Winch 10 tháng trước cách đây
mục cha
commit
cddd619f59
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      javascript/.prettierrc

+ 2 - 1
javascript/.prettierrc

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