From 551bbb27d1c137e5a0189a133fe30668b4a3b146 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 26 Oct 2020 21:12:21 +0100 Subject: [PATCH] Add .gitattributes (#8874) Without this configuration there are issues with line endings on Windows. See: openhab/openhab-addons#8712 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..c4b674eff71a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.java text=auto +.xml text=auto