diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-23 21:37:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:29:54 -0400 |
commit | 602c8d75db0a0648c9fc4eb518094015fe9712ab (patch) | |
tree | d8fa40bb1f522477f64ae6e024db7850176a320e /.gitattributes | |
parent | e43f01ffce7238d40d275c47615c24b9134b4954 (diff) | |
download | SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.tar.gz SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.tar.bz2 SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.zip |
use CRLF line endings in README.txt file for compatibility with more Windows text editors
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cd1acd35..67d0626d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # normalise line endings * text=auto +README.txt text=crlf |