Skip to content

Commit fc1908d

Browse files
committed
Add bad wrongly deleted file
***NO_CI***
1 parent f7dde41 commit fc1908d

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

template.vssettings

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<UserSettings>
2+
<ApplicationIdentity version="12.0"/>
3+
<ToolsOptions>
4+
<ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor">
5+
<ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/>
6+
<ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package">
7+
<PropertyValue name="TabSize">4</PropertyValue>
8+
<PropertyValue name="InsertTabs">false</PropertyValue>
9+
<PropertyValue name="IndentSize">4</PropertyValue>
10+
<PropertyValue name="BraceCompletion">true</PropertyValue>
11+
</ToolsOptionsSubCategory>
12+
<ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package">
13+
<PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
14+
<PropertyValue name="Space_Normalize">0</PropertyValue>
15+
<PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
16+
<PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
17+
<PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
18+
<PropertyValue name="Indent_CaseLabels">1</PropertyValue>
19+
<PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
20+
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
21+
<PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue>
22+
<PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
23+
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
24+
<PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
25+
<PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
26+
<PropertyValue name="Indent_Braces">0</PropertyValue>
27+
<PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
28+
<PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
29+
<PropertyValue name="Space_AfterCast">0</PropertyValue>
30+
<PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
31+
<PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
32+
<PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue>
33+
<PropertyValue name="NewLines_Braces_ObjectInitializer">0</PropertyValue>
34+
<PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
35+
<PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
36+
<PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
37+
<PropertyValue name="Formatting_TriggerOnStatementCompletion">0</PropertyValue>
38+
<PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
39+
<PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
40+
<PropertyValue name="Indent_UnindentLabels">0</PropertyValue>
41+
<PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
42+
<PropertyValue name="NewLines_Keywords_Else">1</PropertyValue>
43+
<PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
44+
<PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
45+
<PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
46+
<PropertyValue name="Space_BeforeComma">0</PropertyValue>
47+
<PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
48+
<PropertyValue name="Space_AfterComma">1</PropertyValue>
49+
<PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
50+
<PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
51+
<PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
52+
<PropertyValue name="Space_AfterDot">0</PropertyValue>
53+
<PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
54+
<PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
55+
<PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue>
56+
<PropertyValue name="Space_WithinSquares">0</PropertyValue>
57+
<PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
58+
<PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
59+
<PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
60+
<PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
61+
<PropertyValue name="Indent_CaseContents">0</PropertyValue>
62+
<PropertyValue name="Indent_FlushLabelsLeft">1</PropertyValue>
63+
<PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
64+
<PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
65+
<PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
66+
<PropertyValue name="Space_BeforeDot">0</PropertyValue>
67+
<PropertyValue name="Indent_BlockContents">1</PropertyValue>
68+
<PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue>
69+
<PropertyValue name="SortUsings">1</PropertyValue>
70+
<PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
71+
</ToolsOptionsSubCategory>
72+
</ToolsOptionsCategory>
73+
</ToolsOptions>
74+
</UserSettings>

0 commit comments

Comments
 (0)