Add bat and ps1 line ending attribute

This commit is contained in:
Syer10
2021-03-29 01:54:48 -04:00
parent f429540437
commit d0a920b740

2
.gitattributes vendored
View File

@@ -3,6 +3,8 @@
# Windows forced line-endings
/.idea/* text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Gradle wrapper
*.jar binary