We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f50c7f commit 88a98f8Copy full SHA for 88a98f8
.prettierrc.json
@@ -1,7 +1,7 @@
1
{
2
- "trailingComma": "es5",
3
- "tabWidth": 4,
4
- "printWidth": 120,
+ "trailingComma": "all",
+ "tabWidth": 2,
+ "printWidth": 80,
5
"semi": true,
6
"singleQuote": false
7
}
0 commit comments