summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2015-10-22 09:48:02 +0100
committerKen Sharp <ken.sharp@artifex.com>2015-10-22 09:48:02 +0100
commitc46f8651e6bea69b76f84dd58568c18fc73ade7d (patch)
tree58daedf2fc4579d8c31bab4afb950f1591e2b8dc /.gitattributes
parent268bc03cbf664cad907f7a1f8ee9be7db93f9405 (diff)
downloadghostpdl-c46f8651e6bea69b76f84dd58568c18fc73ade7d.tar.gz
Make all '.inf' files have DOS/Windows line terminators
This means that when checked out onto a Linux platform for building releases the line endings will still be 'correct' for DOS/Windows platforms and, more importantly, will be the same as was used when creating any '.cat' files which are used for digital signing.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 176a458f9..a150ab2e0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
* text=auto
+*.inf eof=crlf