ensure other linux scripts don't have ctrl-m's in them

Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
Eric Promislow
2021-09-20 14:22:17 -07:00
parent a801128096
commit 4670f7f164

1
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
# All Linux scripts should have LF line endings # All Linux scripts should have LF line endings
# But only text files should be changed (not any binaries / images / etc.) # But only text files should be changed (not any binaries / images / etc.)
resources/linux/** text=auto eol=lf resources/linux/** text=auto eol=lf
src/assets/scripts/** text=auto eol=lf