Use Unix line endings for shell scripts (#15180)

These changes fix [SC1017](https://github.com/koalaman/shellcheck/wiki/SC1017)
This commit is contained in:
xtqqczze 2021-04-12 17:32:18 +01:00 committed by GitHub
parent be9b14a296
commit e118f7edb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ indent_size = 4
# Shell scripts
[*.sh]
end_of_line = lf
indent_size = 4
# Xml project files

1
.gitattributes vendored
View File

@ -2,5 +2,6 @@ CHANGELOG.md merge=union
* text=auto
*.png binary
*.rtf binary
*.sh text eol=lf
testablescript.ps1 text eol=lf
TestFileCatalog.txt text eol=lf