From c04ca523f9fb9f7adefa74587db61f76deeae9f0 Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Tue, 6 Jul 2021 17:20:49 -0400 Subject: Increase line width --- .prettierrc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.prettierrc.yml') diff --git a/.prettierrc.yml b/.prettierrc.yml index 6001ba5..38071d1 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -5,4 +5,5 @@ overrides: useTabs: false trailingComma: none tabWidth: 4 - endOfLine: lf \ No newline at end of file + endOfLine: lf + printWidth: 120 \ No newline at end of file -- cgit