aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.yml
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-07-06 17:20:49 -0400
committerTymanWasTaken <tyman@tyman.tech>2021-07-06 17:20:49 -0400
commitc04ca523f9fb9f7adefa74587db61f76deeae9f0 (patch)
treef148e7bcd9105813d3fe781badcb2cf3892712fd /.prettierrc.yml
parenta8e475fa0a7977f64f072548459d592274169d66 (diff)
downloadSkyblockHud-Death-Defied-c04ca523f9fb9f7adefa74587db61f76deeae9f0.tar.gz
SkyblockHud-Death-Defied-c04ca523f9fb9f7adefa74587db61f76deeae9f0.tar.bz2
SkyblockHud-Death-Defied-c04ca523f9fb9f7adefa74587db61f76deeae9f0.zip
Increase line width
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml3
1 files changed, 2 insertions, 1 deletions
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