Embeddinator-4000/tests/MonoEmbeddinator4000.Tests
Jonathan Peppers d697cdfca5
[windows] .gitattributes for proper line endings settings (#667)
Context: https://help.github.com/articles/dealing-with-line-endings/

If you work on this repo on Windows, you quickly see the `.gitattributes` are not setup right for development on Windows.

1. Certain files had mixed line endings, which causes Visual Studio to prompt to adjust.

2. Running `premake` yields Windows line endings on Windows, and so every `*.csproj` file appears to have changes.

`xamarin-android` has a well-used `.gitattributes` file, so I used it as a starting point and added an entry for `*.cake` files.

The way it works (as I understand it):
- `git` stores everything with unix line endings
- on checkout, clients convert the line endings according to settings in the `.gitattributes` file

So, for example:
- All `*.csproj` files will have Windows line endings, as Visual Studio expects (both Mac and Windows)
- `*.cs` files will have Windows line endings on Windows, and unix line endings on Mac
2018-05-04 17:06:07 -05:00
..
Approvals Improvements to Resource.designer.dll generation 2018-01-25 23:42:48 -06:00
Helpers [binder] Change the namespace to be simpler and more uniform with Obj-C version. 2017-08-18 13:31:14 +01:00
Samples Improvements to Resource.designer.dll generation 2018-01-25 23:42:48 -06:00
DriverTest.cs [windows] .gitattributes for proper line endings settings (#667) 2018-05-04 17:06:07 -05:00
HelpersTests.cs [binder] Change the namespace to be simpler and more uniform with Obj-C version. 2017-08-18 13:31:14 +01:00
MonoEmbeddinator4000.Tests.csproj [windows] .gitattributes for proper line endings settings (#667) 2018-05-04 17:06:07 -05:00
ResourceDesignerTest.cs [binder] Change the namespace to be simpler and more uniform with Obj-C version. 2017-08-18 13:31:14 +01:00
XamarinAndroidBuildTest.cs [binder] Change the namespace to be simpler and more uniform with Obj-C version. 2017-08-18 13:31:14 +01:00
XamarinAndroidTest.cs Changes for updated Xamarin.Android.Tools 2017-10-24 12:40:26 -05:00
packages.config