style(prettier): changed endOfLine to "crlf"

This commit is contained in:
Guz
2022-02-01 13:59:48 -03:00
parent a8ca1481ee
commit 40df0c47ab

View File

@@ -1,4 +1,5 @@
{
"semi": true,
"singleQuote": true
"singleQuote": true,
"endOfLine": "crlf"
}