aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}