]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix .gitattributes (#10472) (#10504)
authorDaniël van Os <daniel@supercell.nl>
Sun, 11 Apr 2021 14:36:39 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 14:36:39 +0000 (16:36 +0200)
Added wildcards so that the rules apply to all .java and .xml files.

Signed-off-by: Daniël van Os <daniel@supercell.nl>
.gitattributes

index c4b674eff71a6e1620d1baebfab7711a9f4bef04..fcf9b296f32bd2aba93abc85185924eded581a19 100644 (file)
@@ -1,2 +1,2 @@
-.java text=auto
-.xml text=auto
+*.java text=auto
+*.xml text=auto