aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-07-01 08:47:03 -0400
committerbobzel <zzzman@gmail.com>2022-07-01 08:47:03 -0400
commit12c7781f45d43fae9907ad89a8c038d19e1be1d4 (patch)
tree7cd01e38a300fcf7c0111c0428042555bea8d2de
parentd2e0d80eda226f86667566e14687c3b32c5c54e7 (diff)
allow multiple attributes per line
-rw-r--r--.prettierrc.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
index e6983783b..3f90795ab 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -1,6 +1,8 @@
{
- "trailingComma": "es5",
- "tabWidth": 4,
- "semi": true,
- "singleQuote": true
+ "trailingComma": "es5",
+ "tabWidth": 4,
+ "semi": true,
+ "singleQuote": true,
+ "singleAttributePerLine": false,
+ "printWidth": 200
}