lrf 6 months ago
parent
commit
3fe2f5c208
1 changed files with 3 additions and 2 deletions
  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
+};