-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
27 lines (27 loc) · 1.13 KB
/
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
25
26
27
<application>
<component name="CodeInsightSettings">
<option name="USE_INSTANCEOF_ON_EQUALS_PARAMETER" value="true" />
<option name="USE_ACCESSORS_IN_EQUALS_HASHCODE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="EditorSettings">
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="SHOW_QUICK_DOC_ON_MOUSE_OVER_ELEMENT" value="false" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
<option name="KEEP_TRAILING_SPACE_ON_CARET_LINE" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="disabledHintProviderIds">
<set>
<option value="JAVA.chain.hints" />
<option value="JAVA.java.implicit.types" />
</set>
</option>
<option name="lastViewedProviderKeyId" value="java.implicit.types" />
</component>
</application>