aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..738a203
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,14 @@
+*.java text
+*.md text
+*.yml text
+*.xml text
+*.gradle text
+*.properties text
+mvnw text eol=lf
+*.sh text eol=lf
+*.bat text eol=crlf
+*.cmd text eol=crlf
+*.jar binary
+
+src/test/resources/samples/*.txt text eol=lf
+src/test/resources/samples/*.out text eol=lf