-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
24 lines (24 loc) · 909 Bytes
/
editor.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
<application>
<component name="CodeInsightSettings">
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="18" />
<option name="FONT_FAMILY" value="Consolas" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="JAVA" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="PREVIEW" />
<option name="SHOW_BREADCRUMBS_ABOVE" value="true" />
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="SqlCodeCompletionSettings" AUTO_ALIAS_TABLE="true">
<option name="autoAliasTable" value="true" />
</component>
</application>