aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-28 22:01:18 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-28 22:01:18 -0600
commit28e98a1131fc2e11fa3cf8aa20fe03e57af38a12 (patch)
tree2395187fc578984660a03f807e6e5c1f9f1958a5
parentd18d0145e1e3771d4f111e277d5013cf6518c476 (diff)
downloadtanzanite-28e98a1131fc2e11fa3cf8aa20fe03e57af38a12.tar.gz
tanzanite-28e98a1131fc2e11fa3cf8aa20fe03e57af38a12.tar.bz2
tanzanite-28e98a1131fc2e11fa3cf8aa20fe03e57af38a12.zip
fix printWidth
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 34d8580..f546534 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
]
},
"prettier": {
- "printWidth": 170,
+ "printWidth": 128,
"useTabs": true,
"quoteProps": "consistent",
"singleQuote": true,