summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 1c7bc7f5..da9d8a39 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,8 +9,8 @@
# Ensure all text files have normalized line endings in the repository.
* text=auto
-# These files should use CR/LF line ending:
-/digimars.mak -text
+# The following file should use CR/LF line endings.
+/digimars.mak text eol=crlf
# Note: "core.eol" configuration variable controls which line endings to use
# for the normalized files in the working directory (the default is native).