From 89fa98d85546eb93064ce4a2b66e79341750b577 Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Tue, 13 Jul 2021 16:57:17 -0400 Subject: Fix print width for json (#4) * Update .prettierrc.yml * What if I make this 10 * Prettified Code! Co-authored-by: TymanWasTaken --- .prettierrc.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.prettierrc.yml') diff --git a/.prettierrc.yml b/.prettierrc.yml index e4672a8..9b94be6 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -7,3 +7,7 @@ overrides: tabWidth: 4 endOfLine: lf printWidth: 999999999 # >:c fine gravy + - files: + - "*.json" + options: + printWidth: 10 -- cgit