-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
31 lines (31 loc) · 1.35 KB
/
editor.xml
File metadata and controls
31 lines (31 loc) · 1.35 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
26
27
28
29
30
31
<application>
<component name="CodeInsightSettings">
<option name="selectAutopopupSuggestionsByChars" value="true" />
<option name="PARAMETER_INFO_DELAY" value="200" />
<option name="SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS" value="true" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="ADD_IMPORTS_ON_PASTE" value="3" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="microservices.url.path.inlay.hints" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
<pattern useCustomColors="true" pattern="\bByWukai\b*">
<option name="FOREGROUND" value="c01614" />
<option name="FONT_TYPE" value="2" />
<option name="ERROR_STRIPE_COLOR" value="977ab" />
</pattern>
<pattern icon="important" useCustomColors="true" pattern="important!!!">
<option name="FOREGROUND" value="c01815" />
<option name="FONT_TYPE" value="1" />
<option name="ERROR_STRIPE_COLOR" value="2d3aab" />
</pattern>
</component>
</application>