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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2020-01-07 03:02:52 +0300
committerGitHub <noreply@github.com>2020-01-07 03:02:52 +0300
commitfacfb9672290f0f77913e08836a994addbc83d84 (patch)
tree25596ced43e79cc0f0cc63bebc6aad096939e7c2 /.gitattributes
parent79a684b58a93e8a060c52ada265203342b012a6d (diff)
Update cmd and batch scripts to be crlf (#1336)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 4f30821a904..7ead819fab5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -21,7 +21,11 @@
*.in text eol=lf
*.sh text eol=lf
-*.cs text=auto diff=csharp
+# Likewise, force cmd and batch scripts to always use crlf
+*.cmd text eol=crlf
+*.bat text eol=crlf
+
+*.cs text=auto diff=csharp
*.vb text=auto
*.resx text=auto
*.c text=auto