-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuPattern.Core.vssettings
More file actions
25 lines (25 loc) · 1.24 KB
/
NuPattern.Core.vssettings
File metadata and controls
25 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<UserSettings>
<ApplicationIdentity version="10.0"/>
<ToolsOptions>
<ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor">
<ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package">
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="PlainText" RegisteredName="PlainText" PackageName="Text Management Package">
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XML" RegisteredName="XML" PackageName="Text Management Package">
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
</ToolsOptionsSubCategory>
</ToolsOptionsCategory>
</ToolsOptions>
</UserSettings>