fix: line endings on specific linux script files

This commit is contained in:
Ryan Dowling 2022-07-30 10:36:12 +10:00
parent aebbe4a5d4
commit 6eb39ce9fe
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD

11
.gitattributes vendored
View file

@ -40,3 +40,14 @@
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
# These are explicitly linux files and should use lf
*.sh text eol=lf
packaging\aur\atlauncher text eol=lf
packaging\aur\atlauncher-bin text eol=lf
packaging\linux\deb\control text eol=lf
packaging\linux\deb\postrm text eol=lf
packaging\linux\rpm\ATLauncher.spec text eol=lf
packaging\linux\_common\atlauncher text eol=lf
packaging\linux\_common\atlauncher.metainfo.xml text eol=lf
packaging\linux\_common\atlauncher.desktop text eol=lf