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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /msvc/mono-testdriver-test.vcxproj.filters
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'msvc/mono-testdriver-test.vcxproj.filters')
-rw-r--r--msvc/mono-testdriver-test.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/mono-testdriver-test.vcxproj.filters b/msvc/mono-testdriver-test.vcxproj.filters
index ef1ebf58630..9cd8510566a 100644
--- a/msvc/mono-testdriver-test.vcxproj.filters
+++ b/msvc/mono-testdriver-test.vcxproj.filters
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file