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>
pull/1773/head
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
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

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