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 7b6dd4d commit 6f2b497Copy full SHA for 6f2b497
.prettierrc.json
@@ -2,5 +2,6 @@
2
"trailingComma": "es5",
3
"tabWidth": 2,
4
"semi": true,
5
- "singleQuote": false
+ "singleQuote": false,
6
+ "endOfLine": "crlf"
7
}
0 commit comments