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 <github@maindrain.net>
This commit is contained in:
Wouter Born 2020-10-26 22:24:59 +01:00 committed by GitHub
parent 749b8f17fe
commit 2cfdf1934e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View File

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