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 4b1b33b commit ec0a08cCopy full SHA for ec0a08c
3 files changed
.prettierrc
@@ -1,6 +1,8 @@
1
{
2
+ "singleQuote": true,
3
"printWidth": 120,
4
"quoteProps": "preserve",
- "singleQuote": true,
5
- "tabWidth": 4
+ "spaceBeforeFunctionParen": true,
6
+ "tabWidth": 4,
7
+ "useTabs": false
8
}
0 commit comments