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