forked from dotnet/corefxlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to the new engineering system
- Loading branch information
1 parent
e8f6e5f
commit e9032a6
Showing
47 changed files
with
4,566 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# EditorConfig is awesome: | ||
http://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Default settings: | ||
# A newline ending every file | ||
# Use 4 spaces as indentation | ||
[*] | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
# Xml project files | ||
[*.{csproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}] | ||
indent_size = 2 | ||
|
||
# Xml files | ||
[*.{xml,stylecop,resx,ruleset}] | ||
indent_size = 2 | ||
|
||
# Xml config files | ||
[*.{props,targets,config,nuspec}] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.0" DefaultTargets="BuildAndTest" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="dir.props" /> | ||
<ItemGroup> | ||
<Project Include="src\dirs.proj" /> | ||
</ItemGroup> | ||
<Import Project="dir.targets" /> | ||
<Import Project="dir.traversal.targets" /> | ||
<!-- Override clean from dir.traversal.targets and just remove the full BinDir --> | ||
<Target Name="Clean"> | ||
<RemoveDir Directories="$(BinDir)" /> | ||
</Target> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.0" DefaultTargets="BuildAndTest" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="dir.props" /> | ||
|
||
<ItemGroup> | ||
<Project Include="src\dirs.proj" /> | ||
</ItemGroup> | ||
|
||
<Import Project="dir.targets" /> | ||
|
||
<Import Project="dir.traversal.targets" /> | ||
|
||
<!-- Override clean from dir.traversal.targets and just remove the full BinDir --> | ||
<Target Name="Clean"> | ||
<RemoveDir Directories="$(BinDir)" /> | ||
</Target> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<UserSettings> | ||
<ApplicationIdentity version="12.0"/> | ||
<ToolsOptions> | ||
<ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor"> | ||
<ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/> | ||
<ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package"> | ||
<PropertyValue name="TabSize">4</PropertyValue> | ||
<PropertyValue name="InsertTabs">false</PropertyValue> | ||
<PropertyValue name="IndentSize">4</PropertyValue> | ||
<PropertyValue name="BraceCompletion">true</PropertyValue> | ||
</ToolsOptionsSubCategory> | ||
<ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package"> | ||
<PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue> | ||
<PropertyValue name="Space_Normalize">0</PropertyValue> | ||
<PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue> | ||
<PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_Method">1</PropertyValue> | ||
<PropertyValue name="Indent_CaseLabels">1</PropertyValue> | ||
<PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue> | ||
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue> | ||
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue> | ||
<PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue> | ||
<PropertyValue name="Space_AfterBasesColon">1</PropertyValue> | ||
<PropertyValue name="Indent_Braces">0</PropertyValue> | ||
<PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue> | ||
<PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue> | ||
<PropertyValue name="Space_AfterCast">0</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue> | ||
<PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue> | ||
<PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_ObjectInitializer">0</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue> | ||
<PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue> | ||
<PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue> | ||
<PropertyValue name="Formatting_TriggerOnStatementCompletion">0</PropertyValue> | ||
<PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue> | ||
<PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue> | ||
<PropertyValue name="Indent_UnindentLabels">0</PropertyValue> | ||
<PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue> | ||
<PropertyValue name="NewLines_Keywords_Else">1</PropertyValue> | ||
<PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue> | ||
<PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeComma">0</PropertyValue> | ||
<PropertyValue name="Space_AfterMethodCallName">0</PropertyValue> | ||
<PropertyValue name="Space_AfterComma">1</PropertyValue> | ||
<PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeBasesColon">1</PropertyValue> | ||
<PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue> | ||
<PropertyValue name="Space_AfterDot">0</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_Type">1</PropertyValue> | ||
<PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue> | ||
<PropertyValue name="Space_WithinSquares">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue> | ||
<PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue> | ||
<PropertyValue name="Space_WithinCastParentheses">0</PropertyValue> | ||
<PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue> | ||
<PropertyValue name="Indent_CaseContents">0</PropertyValue> | ||
<PropertyValue name="Indent_FlushLabelsLeft">1</PropertyValue> | ||
<PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue> | ||
<PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue> | ||
<PropertyValue name="Space_BeforeDot">0</PropertyValue> | ||
<PropertyValue name="Indent_BlockContents">1</PropertyValue> | ||
<PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue> | ||
<PropertyValue name="SortUsings">1</PropertyValue> | ||
<PropertyValue name="RemoveUnusedUsings">1</PropertyValue> | ||
</ToolsOptionsSubCategory> | ||
</ToolsOptionsCategory> | ||
</ToolsOptions> | ||
</UserSettings> |
Oops, something went wrong.