summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 18:55:10 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 18:55:10 -0500
commitf4ca7dd228390f030735195357e81e5170bcd474 (patch)
tree417cb3971dd08fac5cbf23518406d7658dbb7ed3 /.gitattributes
parentc05fdf65cfc8864d5f436e3a42e6e2df144c1db8 (diff)
downloadSMAPI-f4ca7dd228390f030735195357e81e5170bcd474.tar.gz
SMAPI-f4ca7dd228390f030735195357e81e5170bcd474.tar.bz2
SMAPI-f4ca7dd228390f030735195357e81e5170bcd474.zip
add Windows build process to fix application icon until .NET bug is fixed
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 1161a204..00ae145b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,6 @@
# normalize line endings
* text=auto
-README.txt text=crlf
+README.txt text eol=crlf
+
+*.command text eol=lf
+*.sh text eol=lf