]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add .gitattributes (#8874)
authorWouter Born <github@maindrain.net>
Mon, 26 Oct 2020 20:12:21 +0000 (21:12 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 20:12:21 +0000 (21:12 +0100)
Without this configuration there are issues with line endings on Windows.

See: openhab/openhab-addons#8712

Signed-off-by: Wouter Born <github@maindrain.net>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..c4b674e
--- /dev/null
@@ -0,0 +1,2 @@
+.java text=auto
+.xml text=auto