Skip to content

Commit

Permalink
Fix git repository errors (#449)
Browse files Browse the repository at this point in the history
* Fix LE according to .gitattributes

* Update .gitattributes

* Fix map filename case
  • Loading branch information
Belonit authored Feb 9, 2025
1 parent 81c605e commit f5c6a70
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 2,724 deletions.
15 changes: 11 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
version text eol=crlf
*.xdp text eol=crlf
# Shell scripts require LF
*.sh text eol=lf

# Batch scripts require CRLF
*.cmd text eol=crlf
*.bat text eol=crlf

*.cfg text eol=crlf
*.ini text eol=crlf
*.map text eol=crlf
*.txt text eol=crlf
*.xdp text eol=crlf

preupdateexec text eol=crlf
updateexec text eol=crlf
version text eol=crlf
updateexec text eol=crlf
version text eol=crlf
Loading

0 comments on commit f5c6a70

Please sign in to comment.