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

eae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 4760a36  UIMA-6175 try to get source file EOL working cross platform
4760a36 is described below

commit 4760a361a484130cdc5e72103afb2a69372ee8b1
Author: Eddie Epstein <e...@us.ibm.com>
AuthorDate: Wed Jan 22 16:51:02 2020 -0500

    UIMA-6175 try to get source file EOL working cross platform
---
 .gitattributes | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 4cab1f4..97f01cd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,9 @@
-# Set the default behavior, in case people don't have core.autocrlf set.
-* text=auto
+# Set as default eol=NL so windows can create cross platform src tarball
+*        text=lf
+
+# Make sure these files have eol=CRLF
+*.vcproj  text eol=crlf
+*.cmd    text eol=crlf
+*.bat    text eol=crlf
+*.sln    text eol=crlf
+*.asc    binary

Reply via email to