aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDimitar Dimitrov <dimitar.dimitrov@gmail.com>2024-01-07 03:24:48 +0900
committerGitHub <noreply@github.com>2024-01-06 19:24:48 +0100
commit14918bb306784daf78988cd252c4bf451130b695 (patch)
treeb6124a1afe13d711b20ae0f6d4f847595d868df0 /.gitattributes
parente8b2d2d7b4caf114b12fa0386e35f741f31df905 (diff)
ddimtirov - supporting hash collisions, should have fixed #101
* ddimtirov - supporting hash collisions, should have fixed #101 * Make life easier for Windows user who need to use WSL to run the tests
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