From b1c748d66b53fc0d41810089d714dd32836ac26b Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 16 May 2024 09:38:53 -0700 Subject: [PATCH] prettier: printWidth 160 default . can always lower it at project level --- .prettierrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.js b/.prettierrc.js index 1c352bd9c..36457433b 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -2,7 +2,7 @@ // If you change anything here, you probably have to reload vscode windows to pick it up. module.exports = { - printWidth: 110, + printWidth: 160, tabWidth: 2, singleQuote: true, trailingComma: 'es5',