diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..bc685366 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# The default behavior +* text=auto + +*.java text +*.xml text +*.md text + +.gitattributes text +.gitignore text