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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2020-02-20 00:18:12 +0300
committerGitHub <noreply@github.com>2020-02-20 00:18:12 +0300
commite3a5f03e2474b08c75911dc959f63ae37a0594f5 (patch)
treea56a1bcbf9a60748154b3b19386c357db51dc193 /.gitattributes
parent1e4438647c834c3ffa9474d04b48d4a72c3e8978 (diff)
Run Java tests on Helix (#18938)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ff67a9158f..3225eae5e0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,6 +9,11 @@
*.sh eol=lf
###############################################################################
+# Make gradlew always have LF as line endings
+###############################################################################
+gradlew eol=lf
+
+###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by