Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-01-25 07:08:45 +0300
committerGitHub <noreply@github.com>2017-01-25 07:08:45 +0300
commit51037eacda45cf4c82d4784b7014f476f35fe163 (patch)
tree246ab6db055c91d1aac71c83db22aca77e401e35 /.gitattributes
parent728319dcd85a3a759acc6037da6865f773407716 (diff)
Add *.in text eol=lf to .gitattributes (#2579)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 34c12819a..50404df6d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -65,3 +65,4 @@
# Force bash scripts to always use lf line endings so that if a repro is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf
+*.in text eol=lf