You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/25 00:42:39 UTC

[GitHub] junichi11 closed pull request #290: Add .gitattributes file to repo

junichi11 closed pull request #290: Add .gitattributes file to repo
URL: https://github.com/apache/incubator-netbeans/pull/290
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..1fcec8c58
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,32 @@
+#
+#  Defines Git attributes per file path / file pattern
+#
+
+
+
+# Define some file types explicitly as being text.
+# This makes sure that we can never inadvertently get
+# a file of this type into the repo with a line ending
+# other than the Unix-style line ending. 
+# This will also override the user's own global git settings
+# for these file types.
+
+*.css             text eol=lf
+*.dtd             text eol=lf
+*.form            text eol=lf
+*.htm             text eol=lf
+*.html            text eol=lf
+*.java            text eol=lf
+*.js              text eol=lf
+*.md              text eol=lf
+*.properties      text eol=lf
+*.scss            text eol=lf
+*.svg             text eol=lf
+*.txt             text eol=lf
+*.xml             text eol=lf
+*.xsd             test eol=lf
+
+.gitattributes    text eol=lf
+.gitignore        text eol=lf
+.travis.yml       text eol=lf
+


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services