Browse Source

add vetur new config

musnow 6 years ago
parent
commit
d4aa3c1bcd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .prettierrc

+ 5 - 0
.prettierrc

@@ -0,0 +1,5 @@
+{
+  "printWidth": 120,
+  "semi": false,
+  "singleQuote": true
+}