Ensure new lines are mac friendly w/ LF instead of CRLF.

This commit is contained in:
Coury Ditch 2022-02-05 18:06:54 -07:00
parent 8e61bed99f
commit f470664907
No known key found for this signature in database
GPG Key ID: C42027589F0D5EE4
2 changed files with 3 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.js text eol=lf

View File

@ -19,7 +19,8 @@
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": "./",
"esModuleInterop": true
"esModuleInterop": true,
"newLine": "lf"
},
"include": [
"src"