From 0828dd8af3c811b802633bb7346b9997930c291f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 23 Jun 2021 16:58:57 +0200 Subject: [PATCH] Making max line length to 120 --- back/.prettierrc.json | 1 + front/.prettierrc.json | 1 + pusher/.prettierrc.json | 1 + 3 files changed, 3 insertions(+) diff --git a/back/.prettierrc.json b/back/.prettierrc.json index 5fcd8a70..e8980d15 100644 --- a/back/.prettierrc.json +++ b/back/.prettierrc.json @@ -1,3 +1,4 @@ { + "printWidth": 120, "tabWidth": 4 } diff --git a/front/.prettierrc.json b/front/.prettierrc.json index 5fcd8a70..e8980d15 100644 --- a/front/.prettierrc.json +++ b/front/.prettierrc.json @@ -1,3 +1,4 @@ { + "printWidth": 120, "tabWidth": 4 } diff --git a/pusher/.prettierrc.json b/pusher/.prettierrc.json index 5fcd8a70..e8980d15 100644 --- a/pusher/.prettierrc.json +++ b/pusher/.prettierrc.json @@ -1,3 +1,4 @@ { + "printWidth": 120, "tabWidth": 4 }