Migrate CRLF file endings to LF

This commit is contained in:
2021-02-10 17:16:37 +01:00
parent 98ac49cca0
commit e60add30c5
141 changed files with 4973 additions and 4978 deletions

38
.gitattributes vendored Executable file → Normal file
View File

@@ -1,19 +1,19 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
# The rest of project files should use lf
*.gradle text eol=lf
*.kt text eol=lf
*.yml text eol=lf
*.java text eol=lf
*.fs text eol=lf
*.vs text eol=lf
*.properties text eol=lf
*.proto text eol=lf
gradlew text eol=lf
# Binary files
*.jar binary
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
# The rest of project files should use lf
*.gradle text eol=lf
*.kt text eol=lf
*.yml text eol=lf
*.java text eol=lf
*.fs text eol=lf
*.vs text eol=lf
*.properties text eol=lf
*.proto text eol=lf
gradlew text eol=lf
# Binary files
*.jar binary