mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Updated End of Line Sequence to CRLF for Every File
This commit is contained in:
parent
20ba589842
commit
883ec53338
2 changed files with 3 additions and 2 deletions
|
@ -4,5 +4,6 @@
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"jsxSingleQuote": true,
|
"jsxSingleQuote": true,
|
||||||
"plugins": ["prettier-plugin-tailwindcss"]
|
"plugins": ["prettier-plugin-tailwindcss"],
|
||||||
|
"endOfLine": "crlf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue