From 321588f37a5d89dec82e8f1624928d7fc8da722b Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Sun, 24 Jun 2018 22:14:50 +0200 Subject: [PATCH] udpate prettier rules to support 140 chars per line --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 252778e..da47411 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "printWidth": 80, + "printWidth": 140, "tabWidth": 4, "useTabs": false, "semi": true,