-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeCompare.xml
21 lines (21 loc) · 1.03 KB
/
CodeCompare.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<UserSettings Version="1.1">
<Settings Category="Shell" Controller="">
<PropertyValue Name="VisualStyle" xml:space="preserve">5</PropertyValue>
<PropertyValue Name="ClosingByEscBehavior">1</PropertyValue>
</Settings>
<Settings Category="Text" Controller="">
<PropertyValue Name="ShowWhiteSpaces">true</PropertyValue>
<PropertyValue Name="ShowLineNumbers">true</PropertyValue>
</Settings>
<Settings Category="CodeCompareOptions" Controller="">
<CodeCompareOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StandaloneClosingBehavior>Hide</StandaloneClosingBehavior>
</CodeCompareOptions>
<FileCompareOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableStructureComparison>true</EnableStructureComparison>
</FileCompareOptions>
</Settings>
</UserSettings>