fix: line endings on specific linux script files
This commit is contained in:
parent
aebbe4a5d4
commit
6eb39ce9fe
1 changed files with 11 additions and 0 deletions
11
.gitattributes
vendored
11
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue