forked from Combodo/phpstorm_settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git_toolbox_2.xml
25 lines (25 loc) · 857 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="decorationParts">
<list>
<DecorationPartConfig>
<option name="type" value="BRANCH" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="type" value="STATUS" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="postfix" value=")" />
<option name="prefix" value="(" />
<option name="type" value="TAGS_ON_HEAD" />
</DecorationPartConfig>
<DecorationPartConfig>
<option name="prefix" value="/ " />
<option name="type" value="CHANGED_COUNT" />
</DecorationPartConfig>
</list>
</option>
<option name="startupNotificationVersion" value="1" />
<option name="version" value="6" />
</component>
</application>