浏览代码

clean prettier

Alejandro Toledo 5 年之前
父节点
当前提交
8cd3c19e04
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .prettierrc

+ 1 - 2
.prettierrc

@@ -1,6 +1,5 @@
 {
     "trailingComma": "es5",
     "tabWidth": 4,
-    "printWidth": 120,
-    "jsxBracketSameLine": true
+    "printWidth": 300
 }