From feb0c165b8c8103cd67f655e38115615ae67d5b2 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Tue, 19 Nov 2019 17:12:39 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20move=20prettier=20line-?= =?UTF-8?q?wrap=20to=20100=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 7bd2824..279ffd9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,6 @@ { "semi": false, - "printWidth": 80, + "printWidth": 100, "trailingComma": "all", "bracketSpacing": true, "jsxBracketSameLine": false,