aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.yml
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-07-13 16:57:17 -0400
committerGitHub <noreply@github.com>2021-07-13 16:57:17 -0400
commit89fa98d85546eb93064ce4a2b66e79341750b577 (patch)
tree9216483e37dd7e29783cbc4d284c16cf4f211a68 /.prettierrc.yml
parent78e761ddbd482ed7927a8e4c6a32c6362d57e8ea (diff)
downloadSkyblockHud-Death-Defied-89fa98d85546eb93064ce4a2b66e79341750b577.tar.gz
SkyblockHud-Death-Defied-89fa98d85546eb93064ce4a2b66e79341750b577.tar.bz2
SkyblockHud-Death-Defied-89fa98d85546eb93064ce4a2b66e79341750b577.zip
Fix print width for json (#4)
* Update .prettierrc.yml * What if I make this 10 * Prettified Code! Co-authored-by: TymanWasTaken <TymanWasTaken@users.noreply.github.com>
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml4
1 files changed, 4 insertions, 0 deletions
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