summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2020-04-18 11:41:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2020-04-18 11:41:34 +0300
commitacb3f5d9d0577f7db65d878ddaf3cd9bbac9d978 (patch)
tree2b8ba16959a5c8cf85042727f8fe9684ecd31603
parent9a461c8e3ff89a82af906a9bd3cbd2e5462387df (diff)
downloadbdwgc-acb3f5d9d0577f7db65d878ddaf3cd9bbac9d978.tar.gz
.gitattributes: Specify CR/LF line endings for digimars.mak
Previously, the file was specified as a non-text one.
-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).