Merge pull request #39 from Syer10/LF

Standardize Line endings
This commit is contained in:
Aria Moradi 2021-03-25 04:53:22 +04:30 committed by GitHub
commit 8e449abd67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
.gitattributes vendored
View File

@ -1,6 +1,27 @@
# * text=auto
# https://help.github.com/articles/dealing-with-line-endings/ * text eol=lf
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
# Windows forced line-endings
/.idea/* text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Gradle wrapper
*.jar binary
# Images
*.webp binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.swp binary
*.pdf binary