From: Wouter Born Date: Mon, 26 Oct 2020 20:12:21 +0000 (+0100) Subject: Add .gitattributes (#8874) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=08405233ae439914d41cf1a58c3f2d1a08f87014;p=openhab-addons.git Add .gitattributes (#8874) Without this configuration there are issues with line endings on Windows. See: openhab/openhab-addons#8712 Signed-off-by: Wouter Born --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c4b674eff7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.java text=auto +.xml text=auto