forked from zhuzhichao/phpstorm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git_toolbox_2.xml
25 lines (25 loc) · 870 Bytes
/
git_toolbox_2.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
<application>
<component name="GitToolBoxAppSettings2">
<option name="showEditorInlineBlame" value="false" />
<option name="decorationParts">
<list>
<DecorationPartConfig>
<option name="type" value="BRANCH" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="type" value="STATUS" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="type" value="TAGS_ON_HEAD" />
<option name="prefix" value="(" />
<option name="postfix" value=")" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="type" value="LOCATION" />
<option name="prefix" value="- " />
</DecorationPartConfig>
</list>
</option>
<option name="previousVersionMigrated" value="true" />
</component>
</application>