Trailing newlines + standardize tabs -> spaces

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:35:20 -08:00
parent d9a06ba95c
commit e617376bc7
181 changed files with 285 additions and 285 deletions

View file

@ -9,4 +9,4 @@ namespace AppThrowing
throw new MyException();
}
}
}
}

View file

@ -1,3 +1,3 @@
public class EmptyItemGroup
{
}
}

View file

@ -1,4 +1,4 @@
// Dummy reference - it can be used as an existing reference in any of the projects
public class Lib
{
}
}

View file

@ -2,4 +2,4 @@
// it should be used as a reference passed to the dotnet add p2p
public class ValidRef
{
}
}

View file

@ -1,3 +1,3 @@
public class WithDoubledRef
{
}
}

View file

@ -1,3 +1,3 @@
public class WithExistingRefCondOnItem
{
}
}

View file

@ -1,3 +1,3 @@
public class WithExistingRefCondWhitespaces
{
}
}

View file

@ -1,3 +1,3 @@
public class WithRefCondNonUniform
{
}
}

View file

@ -1,3 +1,3 @@
public class WithRefNoCondNonUniform
{
}
}

View file

@ -7,4 +7,4 @@ namespace AppWithOutputAssemblyName
System.Console.WriteLine("Hello, World!");
}
}
}
}

View file

@ -3,4 +3,4 @@ namespace LibraryWithOutputAssemblyName
public class MyClass
{
}
}
}

View file

@ -6,4 +6,4 @@ class Program
{
Console.WriteLine("Hello World!");
}
}
}

View file

@ -29,4 +29,4 @@ namespace TestNamespace
}
#endif
}
}
}

View file

@ -16,4 +16,4 @@ namespace TestNamespace
Assert.Fail();
}
}
}
}