-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
21 lines (21 loc) · 850 Bytes
/
editor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="CodeInsightSettings">
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
</component>
<component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="ENABLE_RENDERED_DOC" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="microservices.url.path.inlay.hints" />
</component>
<component name="JavaCodeFoldingSettings">
<option name="collapseOneLineMethods" value="false" />
</component>
</application>