From: Daniël van Os Date: Sun, 11 Apr 2021 14:36:39 +0000 (+0200) Subject: Fix .gitattributes (#10472) (#10504) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=dae4743fe06ec81adb958c028c80d6ac99f0275d;p=openhab-addons.git Fix .gitattributes (#10472) (#10504) Added wildcards so that the rules apply to all .java and .xml files. Signed-off-by: Daniël van Os --- diff --git a/.gitattributes b/.gitattributes index c4b674eff7..fcf9b296f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -.java text=auto -.xml text=auto +*.java text=auto +*.xml text=auto