Fix .gitattributes (#10472) (#10504)

Added wildcards so that the rules apply to all .java and .xml files.

Signed-off-by: Daniël van Os <daniel@supercell.nl>
This commit is contained in:
Daniël van Os
2021-04-11 16:36:39 +02:00
committed by GitHub
parent 217f25fff6
commit dae4743fe0

4
.gitattributes vendored
View File

@@ -1,2 +1,2 @@
.java text=auto
.xml text=auto
*.java text=auto
*.xml text=auto