diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..523a688c25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto +*.java text ident diff=java +*.xml text ident diff=html +*.vm text ident +*.js text ident +*.css text ident +*.sh eol=lf ident +*.bat eol=crlf ident