-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.codeinsight.xml
More file actions
21 lines (21 loc) · 859 Bytes
/
editor.codeinsight.xml
File metadata and controls
21 lines (21 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_DOC_COMMENTS" value="true" />
</component>
<component name="CodeInsightSettings">
<option name="SHOW_INFERRED_ANNOTATIONS_INLINE" value="true" />
<option name="AUTO_POPUP_JAVADOC_INFO" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="JavaCodeFoldingSettings">
<option name="collapseLambdas" value="false" />
<option name="collapseOneLineMethods" value="false" />
<option name="collapseSuppressWarnings" value="false" />
</component>
<component name="OCCodeFoldingSettings">
<option name="collapseMultilineComments" value="true" />
<option name="COLLAPSE_MULTILINE_COMMENTS" value="true" />
</component>
</application>