Browse Source

.prettierrc endOfLine auto

Rob Winch 10 months ago
parent
commit
cddd619f59
1 changed files with 2 additions and 1 deletions
  1. 2 1
      javascript/.prettierrc

+ 2 - 1
javascript/.prettierrc

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