Prepare .gitattributes file to migrate CLRF -> LF

This commit is contained in:
2021-02-10 17:15:57 +01:00
parent d405b01316
commit 98ac49cca0

13
.gitattributes vendored
View File

@@ -4,3 +4,16 @@
# 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