aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-07-01 09:01:53 -0400
committerbobzel <zzzman@gmail.com>2022-07-01 09:01:53 -0400
commitda19cbc10d28b2e39a6592b80880106a415acc1c (patch)
treebce64b1094984b1c596b311d719503882701b0ab /.prettierrc.json
parentc82bdb9602cc0050407fdf62d46c92f18eb1b901 (diff)
allow longer lines - people can always break them up explicitly if they don't look right.
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
index a8189121a..8f7564e26 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -4,7 +4,7 @@
"semi": true,
"singleQuote": true,
"singleAttributePerLine": false,
- "printWidth": 200,
+ "printWidth": 250,
"jsxBracketSameLine": true,
"arrowParens": "avoid"
}