forked from Utumno/pycharm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.codeinsight.xml
More file actions
25 lines (25 loc) · 1.07 KB
/
editor.codeinsight.xml
File metadata and controls
25 lines (25 loc) · 1.07 KB
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_METHODS" value="true" />
<option name="COLLAPSE_DOC_COMMENTS" value="true" />
</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" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="default_copy_no_typos">
<option name="ERROR_STRIPE_MARK_MIN_HEIGHT" value="3" />
</component>
<component name="JSCodeFoldingSettings">
<option name="collapseArrayLiterals" value="true" />
<option name="collapseObjectLiterals" value="true" />
<option name="collapseXmlLiterals" value="true" />
<option name="COLLAPSE_OBJECT_LITERALS" value="true" />
<option name="COLLAPSE_ARRAY_LITERALS" value="true" />
<option name="COLLAPSE_XML_LITERALS" value="true" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_XML_TAGS" value="true" />
</component>
</application>