lrf 6 月之前
父节点
当前提交
3fe2f5c208
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .prettierrc.js

+ 3 - 2
.prettierrc.js

@@ -1,3 +1,4 @@
 module.exports = {
-  ...require('mwts/.prettierrc.json')
-}
+  ...require('mwts/.prettierrc.json'),
+  printWidth: 250
+};