From 14918bb306784daf78988cd252c4bf451130b695 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Sun, 7 Jan 2024 03:24:48 +0900 Subject: 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 --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') 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 -- cgit v1.2.3