]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
style: printWidth 100 looks better to me
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:26:11 +0000 (16:26 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 08:26:11 +0000 (16:26 +0800)
.prettierrc

index dbd9637380926aad39615a6f8101b932fbcc77dd..8b47c12244186e75f121e330c8fa1c46fb357f5a 100644 (file)
@@ -2,6 +2,6 @@
   "semi": false,
   "tabWidth": 2,
   "singleQuote": true,
-  "printWidth": 80,
+  "printWidth": 100,
   "trailingComma": "none"
 }