add a git attributes file (#672)

set all ts and vue scripts as LF on Windows as there are scripts (eg the prettier format script) that will break with windows format
This commit is contained in:
Alex "mcmonkey" Goodwin
2024-08-28 14:03:38 -07:00
committed by GitHub
parent b25c5259bd
commit 6fed739402

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Default
* text=auto
# Force TS to LF to make the unixy scripts not break on Windows
*.ts text eol=lf
*.vue text eol=lf