-
Notifications
You must be signed in to change notification settings - Fork 2
/
editor.xml
23 lines (23 loc) · 945 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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="MegaMek Default">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE:PREVIEW" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="JavaCodeFoldingSettings">
<option name="collapseConstructorGenericParameters" value="false" />
<option name="collapseLambdas" value="false" />
<option name="collapseOneLineMethods" value="false" />
</component>
</application>