Skip to content

Commit 6fed739

Browse files
authored
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
1 parent b25c525 commit 6fed739

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Default
2+
* text=auto
3+
4+
# Force TS to LF to make the unixy scripts not break on Windows
5+
*.ts text eol=lf
6+
*.vue text eol=lf

0 commit comments

Comments
 (0)