From 0c4559dabdd83416168b360dc473d0ff723e43ba Mon Sep 17 00:00:00 2001 From: Polina Kopyrina Date: Mon, 18 Mar 2024 02:15:54 +0300 Subject: [PATCH] Set Windows EOL for test. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 34f942dac..7ae701d00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,3 +18,6 @@ newlines.txt -text # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary + +# Set Windows format for test file. +qulice-checkstyle/src/test/resources/com/qulice/checkstyle/WindowsEol.java text eol=crlf