-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.codeinsight.xml
25 lines (25 loc) · 1.05 KB
/
editor.codeinsight.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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="true" />
<option name="REFORMAT_ON_PASTE" value="1" />
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
<option name="HIGHLIGHT_SCOPE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="NEXT_ERROR_ACTION_GOES_TO_ERRORS_FIRST" value="false" />
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</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="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
</component>
</application>