-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiff.xml
45 lines (45 loc) · 1.42 KB
/
diff.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<application>
<component name="DiffSettings">
<option name="PLACES_MAP">
<entry key="ChangesView">
<PlaceSettings />
</entry>
<entry key="CommitDialog">
<PlaceSettings />
</entry>
<entry key="Default">
<PlaceSettings>
<option name="DIFF_TOOLS_ORDER">
<list>
<option value="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool" />
<option value="com.intellij.diff.tools.simple.SimpleDiffTool" />
<option value="com.intellij.diff.tools.fragmented.UnifiedDiffTool" />
<option value="com.intellij.diff.tools.binary.BinaryDiffTool" />
<option value="com.intellij.diff.tools.dir.DirDiffTool" />
</list>
</option>
</PlaceSettings>
</entry>
</option>
</component>
<component name="TextDiffSettings">
<option name="PLACES_MAP">
<entry key="ChangesView">
<PlaceSettings />
</entry>
<entry key="CommitDialog">
<PlaceSettings />
</entry>
<entry key="Default">
<PlaceSettings>
<option name="HIGHLIGHT_POLICY" value="BY_WORD_SPLIT" />
</PlaceSettings>
</entry>
</option>
<option name="SHARED_SETTINGS">
<SharedSettings>
<option name="MERGE_AUTO_APPLY_NON_CONFLICTED_CHANGES" value="true" />
</SharedSettings>
</option>
</component>
</application>