Trailing newlines + standardize tabs -> spaces
This commit is contained in:
parent
d9a06ba95c
commit
e617376bc7
181 changed files with 285 additions and 285 deletions
|
@ -7,4 +7,4 @@ namespace AppWithOutputAssemblyName
|
|||
System.Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@ namespace LibraryWithOutputAssemblyName
|
|||
public class MyClass
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ class Program
|
|||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,4 +29,4 @@ namespace TestNamespace
|
|||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@ namespace TestNamespace
|
|||
Assert.Fail();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue