Explorar o código

.prettierrc endOfLine auto

Rob Winch hai 10 meses
pai
achega
cddd619f59
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      javascript/.prettierrc

+ 2 - 1
javascript/.prettierrc

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