Add .gitattributes (#8874)

Without this configuration there are issues with line endings on Windows.

See: openhab/openhab-addons#8712

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-10-26 21:12:21 +01:00
committed by GitHub
parent ba5488f040
commit 08405233ae

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
.java text=auto
.xml text=auto