From 85773186db89b42b4f0734b561c2dedd9764ea67 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 21 Oct 2019 10:55:26 +0200 Subject: [PATCH] set print width to 120 instead of 80 --- scm-ui/prettier-config/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scm-ui/prettier-config/index.js b/scm-ui/prettier-config/index.js index 6073b335aa..50f8192e96 100644 --- a/scm-ui/prettier-config/index.js +++ b/scm-ui/prettier-config/index.js @@ -1,5 +1,3 @@ module.exports = { - // we want to change this later to 120, - // but for now we will keep the 80 to avoid to much/unwanted changes in commits - printWidth: 80 + printWidth: 120 };