Updated End of Line Sequence to CRLF for Every File

This commit is contained in:
Ahmad 2024-05-31 23:48:12 -04:00
parent 20ba589842
commit 883ec53338
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 3 additions and 2 deletions

View file

@ -4,5 +4,6 @@
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"plugins": ["prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-tailwindcss"],
"endOfLine": "crlf"
}