summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2015-10-22 10:35:50 +0100
committerKen Sharp <ken.sharp@artifex.com>2015-10-22 10:45:35 +0100
commit34dba299b2f76c6ee6254950b5d32fd4026bd030 (patch)
treef41f81d4f906ffde5d46484b7cd6b3f30a1d794c /.gitattributes
parent0dd90a3cef222b7195459ee16dfcba0093c24b55 (diff)
downloadghostpdl-34dba299b2f76c6ee6254950b5d32fd4026bd030.tar.gz
Typo in .gitattributes, corrected eof to eol. Try and get line endings
consistent in ghostpdf.inf
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index a150ab2e0..7ad70093f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,2 @@
* text=auto
-*.inf eof=crlf
+*.inf eol=crlf