Add line feed settings to gitattributes

This commit is contained in:
Niels van Velzen 2020-03-01 09:20:30 +01:00
parent ffadba497a
commit ad760acf20

5
.gitattributes vendored
View File

@ -1,2 +1,7 @@
*.kt text eol=lf
*.kts text eol=lf
*.java text eol=lf
*.xml text eol=lf
CONTRIBUTORS.md merge=union
app/src/main/res/values*/strings.xml merge=union