From 6a6e7ae2130fc352cf19491a466719670168d83f Mon Sep 17 00:00:00 2001 From: monkeyWie Date: Wed, 5 Sep 2018 11:17:32 +0800 Subject: [PATCH] =?UTF-8?q?prettier=E6=8D=A2=E8=A1=8C=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/.prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/.prettierrc b/front/.prettierrc index 4f158bce..ef146e83 100644 --- a/front/.prettierrc +++ b/front/.prettierrc @@ -1,5 +1,6 @@ { "eslintIntegration": true, "singleQuote": true, - "semi": false + "semi": false, + "printWidth": 100 }