[Pkg-javascript-commits] [pdf.js] 14/210: Force Unix line endings for all files in new commits

David Prévot taffit at moszumanska.debian.org
Thu Jun 5 14:20:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch upstream
in repository pdf.js.

commit 869dce63e1fa2e244ddec3e32d5569bc1ff9e8e6
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Thu Apr 24 22:23:46 2014 +0200

    Force Unix line endings for all files in new commits
---
 .gitattributes | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 761f052..42b6567 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,18 @@
+# Force Unix line endings for most file formats (except binary files)
+*.js         text eol=lf
+*.jsm        text eol=lf
+*.css        text eol=lf
+*.html       text eol=lf
+*.md         text eol=lf
+*.properties text eol=lf
+*.yml        text eol=lf
+*.json       text eol=lf
+*.config     text eol=lf
+*.inc        text eol=lf
+*.manifest   text eol=lf
+*.rdf        text eol=lf
+*.jade       text eol=lf
+*.coffee     text eol=lf
+
+# PDF files shall not modify CRLF line endings
 *.pdf -crlf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list