From 2cfdf1934e6661038f5a2792c660a3d8eb1dffe6 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 26 Oct 2020 22:24:59 +0100 Subject: [PATCH] Add .gitattributes (#1767) Without this configuration there are Spotless issues with line endings on Windows. See: openhab/openhab-addons#8712 Signed-off-by: Wouter Born --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes 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