Skip to content

Commit

Permalink
add a git attributes file (#672)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mcmonkey4eva authored Aug 28, 2024
1 parent b25c525 commit 6fed739
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6fed739

Please sign in to comment.