-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.codeinsight.xml
More file actions
23 lines (23 loc) · 948 Bytes
/
editor.codeinsight.xml
File metadata and controls
23 lines (23 loc) · 948 Bytes
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" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CssFoldingSettings">
<option name="collapseDataUri" value="false" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="Hagai Akibayov" />
<component name="DartCodeFoldingSettings">
<option name="collapseParts" value="false" />
</component>
<component name="JSCodeFoldingSettings">
<option name="collapseJSImports" value="false" />
<option name="collapseTSImports" value="false" />
<option name="COLLAPSE_JS_IMPORTS" value="false" />
<option name="COLLAPSE_TS_IMPORTS" value="false" />
</component>
<component name="XmlFoldingSettings">
<option name="collapseHtmlStyleAttribute" value="false" />
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
</component>
</application>