Skip to content

Commit dae4743

Browse files
authored
Fix .gitattributes (openhab#10472) (openhab#10504)
Added wildcards so that the rules apply to all .java and .xml files. Signed-off-by: Daniël van Os <[email protected]>
1 parent 217f25f commit dae4743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.java text=auto
2-
.xml text=auto
1+
*.java text=auto
2+
*.xml text=auto

0 commit comments

Comments
 (0)