This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 87cecb1 Fix build on Windows
87cecb1 is described below
commit 87cecb1a236aa00f54b7201469668e3f2998c160
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 28 20:41:13 2023 +0200
Fix build on Windows
---
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index 6df7de8..cd39f9b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,6 @@
##
+# Every file recognized as text should use LF
+* text=auto eol=lf
# These are checked by Spotless
*.java text eol=lf
*.properties text eol=lf