You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/20 16:35:29 UTC

[maven] 01/01: investigating EOL

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch EOL
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 5ceda8830a3475d49f427fd36d1295ffd3c5958a
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Jul 20 18:34:38 2019 +0200

    investigating EOL
---
 .gitattributes | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 3bb3b5e..3369302 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,8 +1,11 @@
 # Auto detect text files and perform LF normalization
-*        text=auto
+*        text=auto eol=lf
 
-*.java   text diff=java
-*.html   text diff=html
-*.css    text
-*.js     text
-*.sql    text
+*.java   text diff=java eol=lf
+*.html   text diff=html eol=lf
+*.css    text eol=lf
+*.js     text eol=lf
+*.sql    text eol=lf
+
+[core]
+    autocrlf = false